aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-10-06 16:26:50 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2021-10-07 00:15:37 +0200
commit3678107510cc859b54abe328358ffd4c469f74b7 (patch)
tree290c2c23c8331b965dac67d1a3514cc8e3e5c24b
parentdev-python/os-xenapi: add mock test dependency (diff)
downloadguru-3678107510cc859b54abe328358ffd4c469f74b7.tar.gz
guru-3678107510cc859b54abe328358ffd4c469f74b7.tar.bz2
guru-3678107510cc859b54abe328358ffd4c469f74b7.zip
dev-python/glance_store: test required use
Closes: https://bugs.gentoo.org/816594 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
-rw-r--r--dev-python/glance_store/glance_store-2.7.0.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-python/glance_store/glance_store-2.7.0.ebuild b/dev-python/glance_store/glance_store-2.7.0.ebuild
index 266ec51b87..4b71c3c1b3 100644
--- a/dev-python/glance_store/glance_store-2.7.0.ebuild
+++ b/dev-python/glance_store/glance_store-2.7.0.ebuild
@@ -58,9 +58,13 @@ DEPEND="
>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
>=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/boto3-1.9.199[${PYTHON_USEDEP}]
)
"
-# where to put this?
-# >=dev-python/boto3-1.9.199[${PYTHON_USEDEP}]
+
+REQUIRED_USE="
+ ${PYTHON_REQUIRED_USE}
+ test? ( cinder swift vmware )
+"
distutils_enable_tests pytest