[Python-modules-commits] r29207 - in packages/python-ldap3/trunk/debian (control)

bam at users.alioth.debian.org bam at users.alioth.debian.org
Wed Jun 4 01:32:01 UTC 2014


    Date: Wednesday, June 4, 2014 @ 01:32:00
  Author: bam
Revision: 29207

Update dependancies.

Modified:
  packages/python-ldap3/trunk/debian/control

Modified: packages/python-ldap3/trunk/debian/control
===================================================================
--- packages/python-ldap3/trunk/debian/control	2014-06-04 01:14:17 UTC (rev 29206)
+++ packages/python-ldap3/trunk/debian/control	2014-06-04 01:32:00 UTC (rev 29207)
@@ -7,10 +7,12 @@
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-ldap3/trunk/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-ldap3/trunk/
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
 
 Package: python-ldap3
 Architecture: all
-Depends: python (>= 2.6.5), ${misc:Depends}, ${python:Depends}
+Depends: ${python:Depends}, ${misc:Depends}
 Description: Pure Python LDAP client library
  A pure Python 3 LDAP version 3 strictly conforming to RFC4511 released under
  the LGPL v3 open source license. RFC4511 is the current LDAP specification
@@ -21,7 +23,7 @@
 
 Package: python3-ldap3
 Architecture: all
-Depends: python3 (>= 3.2), ${misc:Depends}, ${python:Depends}
+Depends: ${python3:Depends}, ${misc:Depends}
 Description: Pure Python LDAP client library
  A pure Python 3 LDAP version 3 strictly conforming to RFC4511 released under
  the LGPL v3 open source license. RFC4511 is the current LDAP specification




More information about the Python-modules-commits mailing list