Added missing modules ldap.controls.openldap and ldap.controls.pwdpolicy to setup.py

This commit is contained in:
stroeder
2014-03-12 20:29:23 +00:00
parent 35ba85657e
commit 84d5d2b283
2 changed files with 6 additions and 2 deletions

View File

@@ -4,6 +4,8 @@ Released 2.4.15 2014-03-13
Changes since 2.4.14:
Lib/
* Added missing modules ldap.controls.openldap and
ldap.controls.pwdpolicy to setup.py
Modules/
@@ -1085,4 +1087,4 @@ Released 2.0.0pre02 2002-02-01
----------------------------------------------------------------
Released 1.10alpha3 2000-09-19
$Id: CHANGES,v 1.311 2014/03/12 20:27:33 stroeder Exp $
$Id: CHANGES,v 1.312 2014/03/12 20:29:23 stroeder Exp $

View File

@@ -3,7 +3,7 @@ setup.py - Setup package with the help Python's DistUtils
See http://www.python-ldap.org/ for details.
$Id: setup.py,v 1.71 2011/10/26 19:42:25 stroeder Exp $
$Id: setup.py,v 1.72 2014/03/12 20:29:23 stroeder Exp $
"""
has_setuptools = False
@@ -151,8 +151,10 @@ setup(
'ldap.async',
'ldap.controls',
'ldap.controls.libldap',
'ldap.controls.openldap',
'ldap.controls.ppolicy',
'ldap.controls.psearch',
'ldap.controls.pwdpolicy',
'ldap.controls.readentry',
'ldap.controls.sessiontrack',
'ldap.controls.simple',