mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Update to python-ldap 3.0.0
Replace python3-pyldap with python3-ldap. Remove some old code for compatibility with very old python-ldap. Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
@@ -62,6 +62,7 @@ if __name__ == '__main__':
|
||||
"requests",
|
||||
"six",
|
||||
"python-augeas",
|
||||
"python-ldap",
|
||||
],
|
||||
entry_points={
|
||||
'custodia.authorizers': [
|
||||
@@ -72,8 +73,6 @@ if __name__ == '__main__':
|
||||
],
|
||||
},
|
||||
extras_require={
|
||||
":python_version<'3'": ["python-ldap"],
|
||||
":python_version>='3'": ["pyldap"],
|
||||
# These packages are currently not available on PyPI.
|
||||
"dcerpc": ["samba", "pysss", "pysss_nss_idmap"],
|
||||
"hbactest": ["pyhbac"],
|
||||
|
||||
Reference in New Issue
Block a user