summaryrefslogtreecommitdiff
path: root/dev-python/python-ldap/python-ldap-3.4.0.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-03-23 01:40:29 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-03-23 01:40:29 +0000
commit874f35de32fefcd5e6ff1f1a6e18a6f76b5838c7 (patch)
tree5666980849a277e42129513c9ebbbd9eedbf1012 /dev-python/python-ldap/python-ldap-3.4.0.ebuild
parent0c43f91d12f9f68030078f81d635d6979ad22b6a (diff)
downloadbaldeagleos-repo-874f35de32fefcd5e6ff1f1a6e18a6f76b5838c7.tar.gz
baldeagleos-repo-874f35de32fefcd5e6ff1f1a6e18a6f76b5838c7.tar.xz
baldeagleos-repo-874f35de32fefcd5e6ff1f1a6e18a6f76b5838c7.zip
Adding metadata
Diffstat (limited to 'dev-python/python-ldap/python-ldap-3.4.0.ebuild')
-rw-r--r--dev-python/python-ldap/python-ldap-3.4.0.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-python/python-ldap/python-ldap-3.4.0.ebuild b/dev-python/python-ldap/python-ldap-3.4.0.ebuild
index 4a674b7e8bb3..f1094ae7fe90 100644
--- a/dev-python/python-ldap/python-ldap-3.4.0.ebuild
+++ b/dev-python/python-ldap/python-ldap-3.4.0.ebuild
@@ -22,15 +22,16 @@ LICENSE="MIT PSF-2"
SLOT="0"
IUSE="examples sasl ssl"
+# < dep on openldap for bug #835637, ldap_r is gone
RDEPEND="
>=dev-python/pyasn1-0.3.7[${PYTHON_USEDEP}]
>=dev-python/pyasn1-modules-0.1.5[${PYTHON_USEDEP}]
- >net-nds/openldap-2.4.11:=[sasl?,ssl?]
+ <net-nds/openldap-2.6:=[sasl?,ssl?]
"
# We do not link against cyrus-sasl but we use some
# of its headers during the build.
-BDEPEND="
- >net-nds/openldap-2.4.11:=[sasl?,ssl?]
+DEPEND="
+ <net-nds/openldap-2.6:=[sasl?,ssl?]
sasl? ( >=dev-libs/cyrus-sasl-2.1 )
"