Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/keystone/
Date: Sun, 14 Apr 2019 07:03:31
Message-Id: 1555225388.9a94c2f1c3f28b3d1c9c08e0a87d7b9deafba247.prometheanfire@gentoo
1 commit: 9a94c2f1c3f28b3d1c9c08e0a87d7b9deafba247
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 14 07:03:08 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 14 07:03:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a94c2f1
7
8 sys-auth/keystone: use python-ldap like it says on the tin
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 sys-auth/keystone/keystone-2018.2.9999.ebuild | 9 ++++-----
14 1 file changed, 4 insertions(+), 5 deletions(-)
15
16 diff --git a/sys-auth/keystone/keystone-2018.2.9999.ebuild b/sys-auth/keystone/keystone-2018.2.9999.ebuild
17 index 3fe0e204e8f..cf8a86a3502 100644
18 --- a/sys-auth/keystone/keystone-2018.2.9999.ebuild
19 +++ b/sys-auth/keystone/keystone-2018.2.9999.ebuild
20 @@ -1,8 +1,7 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 -
27 PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
28
29 inherit distutils-r1 user
30 @@ -80,7 +79,7 @@ RDEPEND="
31 >=dev-python/oslo-messaging-5.29.0[${PYTHON_USEDEP}]
32 >=dev-python/oslo-db-4.27.0[${PYTHON_USEDEP}]
33 >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
34 - >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
35 + >=dev-python/oslo-log-3.38.0[${PYTHON_USEDEP}]
36 >=dev-python/oslo-middleware-3.31.0[${PYTHON_USEDEP}]
37 >=dev-python/oslo-policy-1.30.0[${PYTHON_USEDEP}]
38 >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
39 @@ -104,8 +103,8 @@ RDEPEND="
40 !~dev-python/pymongo-3.1[${PYTHON_USEDEP}]
41 )
42 ldap? (
43 - >=dev-python/pyldap-2.4.20[${PYTHON_USEDEP}]
44 - >=dev-python/ldappool-2.0.0[${PYTHON_USEDEP}]
45 + >=dev-python/python-ldap-3.0.0[${PYTHON_USEDEP}]
46 + >=dev-python/ldappool-2.3.1[${PYTHON_USEDEP}]
47 )
48 || (
49 www-servers/uwsgi[python,${PYTHON_USEDEP}]