summaryrefslogtreecommitdiff
path: root/dev-python/python-ldap/python-ldap-9999.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-14 12:39:33 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-05-14 12:39:33 +0000
commit6f0a284d3e882f261a4e7a0feb784fb384a16f3f (patch)
tree60d757536dcb1b48bedc5fa3bde5048a37b1ed44 /dev-python/python-ldap/python-ldap-9999.ebuild
parent1b15e182904bef0fce2ac462ca083f630c0bf6ab (diff)
downloadbaldeagleos-repo-6f0a284d3e882f261a4e7a0feb784fb384a16f3f.tar.gz
baldeagleos-repo-6f0a284d3e882f261a4e7a0feb784fb384a16f3f.tar.xz
baldeagleos-repo-6f0a284d3e882f261a4e7a0feb784fb384a16f3f.zip
Adding metadata
Diffstat (limited to 'dev-python/python-ldap/python-ldap-9999.ebuild')
-rw-r--r--dev-python/python-ldap/python-ldap-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/python-ldap/python-ldap-9999.ebuild b/dev-python/python-ldap/python-ldap-9999.ebuild
index c5a44fe75172..0b0d692b984a 100644
--- a/dev-python/python-ldap/python-ldap-9999.ebuild
+++ b/dev-python/python-ldap/python-ldap-9999.ebuild
@@ -2,8 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{7,8,9,10} pypy3 )
inherit distutils-r1
DESCRIPTION="Various LDAP-related Python modules"
@@ -22,16 +23,15 @@ 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.6:=[sasl?,ssl?]
+ net-nds/openldap:=[sasl?,ssl?]
"
# We do not link against cyrus-sasl but we use some
# of its headers during the build.
DEPEND="
- <net-nds/openldap-2.6:=[sasl?,ssl?]
+ net-nds/openldap:=[sasl?,ssl?]
sasl? ( >=dev-libs/cyrus-sasl-2.1 )
"