aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-pyldap/fix-openldap-2.5-compat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-pyldap/fix-openldap-2.5-compat.patch')
-rw-r--r--community/py3-pyldap/fix-openldap-2.5-compat.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/py3-pyldap/fix-openldap-2.5-compat.patch b/community/py3-pyldap/fix-openldap-2.5-compat.patch
deleted file mode 100644
index dfe7968edc8..00000000000
--- a/community/py3-pyldap/fix-openldap-2.5-compat.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Upstream-Issue: https://github.com/python-ldap/python-ldap/issues/432
-
---- a/setup.cfg
-+++ b/setup.cfg
-@@ -23,7 +23,7 @@
-
- # Example for full-featured build:
- # Support for StartTLS/LDAPS, SASL bind and reentrant libldap_r.
--libs = ldap_r lber
-+libs = ldap lber
-
- # Installation options
- [install]