mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-python/pyldap: Remove PYTHON_USEDEP from python-ldap blocker
Bug: https://bugs.gentoo.org/562058 Package-Manager: portage-2.2.22_p20
This commit is contained in:
@@ -22,7 +22,6 @@ IUSE="doc examples sasl ssl"
|
||||
# OpenSSL is an optional runtime dep.
|
||||
# setup.py sets setuptools and misses pyasn1 and pyasn1-modules in install_requires
|
||||
RDEPEND="
|
||||
!dev-python/python-ldap[${PYTHON_USEDEP}]
|
||||
>net-nds/openldap-2.4.11
|
||||
dev-python/pyasn1[${PYTHON_USEDEP}]
|
||||
dev-python/pyasn1-modules[${PYTHON_USEDEP}]
|
||||
@@ -30,6 +29,7 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
|
||||
RDEPEND+=" !dev-python/python-ldap"
|
||||
|
||||
python_prepare_all() {
|
||||
sed -e "s:^library_dirs =.*:library_dirs = /usr/$(get_libdir) /usr/$(get_libdir)/sasl2:" \
|
||||
Reference in New Issue
Block a user