aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2013-06-06 03:30:49 +0200
committerTheo Chatzimichos <tampakrap@gentoo.org>2013-06-06 03:30:49 +0200
commitd7208e3dcccb38e7171fb1e0510d38297d31df6e (patch)
tree51bbe2afa78c7eb48976fc507aa7aca95f8ad015 /setup.py
parentRevert AES to Blowfish and my previous implementation (diff)
downloadidentity.gentoo.org-d7208e3dcccb38e7171fb1e0510d38297d31df6e.tar.gz
identity.gentoo.org-d7208e3dcccb38e7171fb1e0510d38297d31df6e.tar.bz2
identity.gentoo.org-d7208e3dcccb38e7171fb1e0510d38297d31df6e.zip
Use tampakrap's fork of django-auth-ldap until our patches get accepted
Diffstat (limited to 'setup.py')
-rwxr-xr-x[-rw-r--r--]setup.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 791cd22..6991104 100644..100755
--- a/setup.py
+++ b/setup.py
@@ -27,6 +27,10 @@ setup(
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development',
],
+ dependency_links=[
+ # temporarily use tampakrap's fork until our patches get accepted
+ 'https://bitbucket.org/tampakrap/django-auth-ldap/get/mockldap_v2.tar.gz#egg=django-auth-ldap-1.1.4.0.1',
+ ],
install_requires=[
'django>=1.5',
'django-auth-ldap>=1.1.4',