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>
This commit is contained in:
Alessandro Barbieri
2021-10-06 16:26:50 +02:00
parent e0db59628b
commit 3678107510

View File

@@ -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