Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/keystoneauth/
Date: Sat, 10 Oct 2020 23:09:38
Message-Id: 1602371365.bc71ddcf9a2a7d6b076a63a4dd9fdc232d688f14.prometheanfire@gentoo
1 commit: bc71ddcf9a2a7d6b076a63a4dd9fdc232d688f14
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 23:09:13 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 23:09:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc71ddcf
7
8 dev-python/keystoneauth: fix very silly bug
9
10 Closes: https://bugs.gentoo.org/747703
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 dev-python/keystoneauth/keystoneauth-4.2.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild b/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild
18 index e1333cf7d22..e3d33b772a0 100644
19 --- a/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild
20 +++ b/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24 PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
25 -DISTUTILS_USE_SETUPTOOLS=rdepend
26 +DISTUTILS_USE_SETUPTOOLS=bdepend
27
28 inherit distutils-r1