[Python-modules-commits] [django-auth-ldap] 12/20: Use python-pyldap instead of python-ldap in Build-Depends.

Michael Fladischer fladi at moszumanska.debian.org
Sun Mar 19 08:08:21 UTC 2017


This is an automated email from the git hooks/post-receive script.

fladi pushed a commit to branch master
in repository django-auth-ldap.

commit 3c1fed7223f4f021415f963f74789e659716c082
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Sun Mar 19 08:18:31 2017 +0100

    Use python-pyldap instead of python-ldap in Build-Depends.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6977369..01fe805 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ django-auth-ldap (1.2.10+dfsg-1~exp1) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.9.8.
   * Use https:// for copyright-format 1.0 URL.
   * Set minimum Python2 version to 2.6.
+  * Use python-pyldap instead of python-ldap in Build-Depends.
 
  -- Michael Fladischer <fladi at debian.org>  Fri, 17 Mar 2017 20:25:01 +0100
 
diff --git a/debian/control b/debian/control
index f597a2e..79ed8c4 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9),
                python-django (>= 1.7~),
                python-django-doc (>= 1.7~),
                python-doc,
-               python-ldap,
+               python-pyldap,
                python-mockldap (>= 0.2.7~),
                python-setuptools,
                python-sphinx (>= 1.0.7+dfsg)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-auth-ldap.git



More information about the Python-modules-commits mailing list