Bring in LDAP

This commit is contained in:
Roland Hedberg 2014-12-16 12:01:36 +01:00
parent abd5006a8b
commit 07db0b507b
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ env:
install:
- pip install -U tox
- sudo apt-get install libffi-dev libsasl2-dev
- sudo apt-get install libffi-dev libsasl2-dev libldap2-dev
script:
- tox -e $TOX_ENV

View File

@ -57,7 +57,7 @@ setup(
"Topic :: Software Development :: Libraries :: Python "
"Modules"],
extras_require={
'develop': ["cherrypy==3.2.4"],
'develop': ["cherrypy==3.2.4", "python-ldap"],
},
install_requires=[
"requests", "pycrypto>=2.6.1", "pyjwkest>=0.5.1",