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/glance_store/
Date: Wed, 30 Sep 2020 17:53:32
Message-Id: 1601488400.fa776c6335ce71e3022309d055d1cb3a18213edd.prometheanfire@gentoo
1 commit: fa776c6335ce71e3022309d055d1cb3a18213edd
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 17:50:48 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 17:53:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa776c63
7
8 dev-python/glance_store: switch bdepend to rdepend
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/glance_store/glance_store-1.0.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/glance_store/glance_store-1.0.1.ebuild b/dev-python/glance_store/glance_store-1.0.1.ebuild
17 index c8e4cb45994..1b21ea54f64 100644
18 --- a/dev-python/glance_store/glance_store-1.0.1.ebuild
19 +++ b/dev-python/glance_store/glance_store-1.0.1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23 PYTHON_COMPAT=( python3_{6,7} )
24 -DISTUTILS_USE_SETUPTOOLS=bdepend
25 +DISTUTILS_USE_SETUPTOOLS=rdepend
26
27 inherit distutils-r1