Skip to content

Commit

Permalink
Install python LDAP build deps, remove python deps
Browse files Browse the repository at this point in the history
We install the python deps with pip in a virtuaenv so don't need them on the system deps, but we do need all the C library deps.
  • Loading branch information
jaqx0r authored Oct 31, 2019
1 parent 4e14456 commit 310854d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: python

install:
- travis_retry sudo apt-get update -qq
- travis_retry sudo apt-get install -y libnss-db libdb-dev libcurl4-gnutls-dev libgnutls28-dev python3-mox3 python3-bsddb3 python-pycurl
- travis_retry sudo apt-get install -y libnss-db libdb-dev libcurl4-gnutls-dev libgnutls28-dev libldap2-dev libsasl2-dev
- pip install .
- travis_retry pip install -r requirements.txt

Expand Down

0 comments on commit 310854d

Please sign in to comment.