summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-04-14 02:03:08 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2019-04-14 02:03:08 -0500
commit9a94c2f1c3f28b3d1c9c08e0a87d7b9deafba247 (patch)
treea153b4c41bca0f1fe784de260d2f2c99c3e38b6b /sys-auth
parentwww-apps/novnc: fix install from git master (diff)
downloadgentoo-9a94c2f1c3f28b3d1c9c08e0a87d7b9deafba247.tar.gz
gentoo-9a94c2f1c3f28b3d1c9c08e0a87d7b9deafba247.tar.bz2
gentoo-9a94c2f1c3f28b3d1c9c08e0a87d7b9deafba247.zip
sys-auth/keystone: use python-ldap like it says on the tin
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/keystone/keystone-2018.2.9999.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys-auth/keystone/keystone-2018.2.9999.ebuild b/sys-auth/keystone/keystone-2018.2.9999.ebuild
index 3fe0e204e8f3..cf8a86a35023 100644
--- a/sys-auth/keystone/keystone-2018.2.9999.ebuild
+++ b/sys-auth/keystone/keystone-2018.2.9999.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1 user
@@ -80,7 +79,7 @@ RDEPEND="
>=dev-python/oslo-messaging-5.29.0[${PYTHON_USEDEP}]
>=dev-python/oslo-db-4.27.0[${PYTHON_USEDEP}]
>=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
- >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-log-3.38.0[${PYTHON_USEDEP}]
>=dev-python/oslo-middleware-3.31.0[${PYTHON_USEDEP}]
>=dev-python/oslo-policy-1.30.0[${PYTHON_USEDEP}]
>=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
@@ -104,8 +103,8 @@ RDEPEND="
!~dev-python/pymongo-3.1[${PYTHON_USEDEP}]
)
ldap? (
- >=dev-python/pyldap-2.4.20[${PYTHON_USEDEP}]
- >=dev-python/ldappool-2.0.0[${PYTHON_USEDEP}]
+ >=dev-python/python-ldap-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/ldappool-2.3.1[${PYTHON_USEDEP}]
)
|| (
www-servers/uwsgi[python,${PYTHON_USEDEP}]