summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-09-30 12:50:48 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2020-09-30 12:53:20 -0500
commitfa776c6335ce71e3022309d055d1cb3a18213edd (patch)
tree62d712c27d922afbaee6f03af051ef6581062b43 /dev-python
parentdev-vcs/svn2git: Sync and fix 9999 (diff)
downloadgentoo-fa776c6335ce71e3022309d055d1cb3a18213edd.tar.gz
gentoo-fa776c6335ce71e3022309d055d1cb3a18213edd.tar.bz2
gentoo-fa776c6335ce71e3022309d055d1cb3a18213edd.zip
dev-python/glance_store: switch bdepend to rdepend
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/glance_store/glance_store-1.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
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 c8e4cb45994b..1b21ea54f649 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