commit: fa776c6335ce71e3022309d055d1cb3a18213edd
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 30 17:50:48 2020 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Sep 30 17:53:20 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa776c63
dev-python/glance_store: switch bdepend to rdepend
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
dev-python/glance_store/glance_store-1.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/glance_store/glance_store-1.0.1.ebuild
b/dev-python/glance_store/glance_store-1.0.1.ebuild
index c8e4cb45994..1b21ea54f64 100644
--- a/dev-python/glance_store/glance_store-1.0.1.ebuild
+++ b/dev-python/glance_store/glance_store-1.0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
+DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1