Python LDAP needs openldap-devel to build

This commit is contained in:
Oliver Falk
2018-06-12 10:30:15 +02:00
parent 2971d2c87e
commit 2c48c413d5

View File

@@ -2,7 +2,7 @@ image: centos:centos7
before_script:
- yum install -y -t https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
- yum -y -t install python34 python34-pip python34-devel unzip mysql-devel gcc git
- yum -y -t install python34 python34-pip python34-devel unzip mysql-devel gcc git openldap-devel
- pip3 install virtualenv --upgrade
- virtualenv -p python3 /tmp/.virtualenv
- source /tmp/.virtualenv/bin/activate