From e423cb7e50156499520fc1037d7e16a77e3104f1 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Thu, 5 May 2022 17:41:09 +0200 Subject: [PATCH] sys-cluster/cinder: add missing test dep Closes: https://bugs.gentoo.org/842777 Signed-off-by: Alessandro Barbieri --- sys-cluster/cinder/cinder-20.0.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-cluster/cinder/cinder-20.0.0.ebuild b/sys-cluster/cinder/cinder-20.0.0.ebuild index 3d2eb4da15..ade70edbfe 100644 --- a/sys-cluster/cinder/cinder-20.0.0.ebuild +++ b/sys-cluster/cinder/cinder-20.0.0.ebuild @@ -109,6 +109,7 @@ BDEPEND=" dev-python/SQLAlchemy-Utils[${PYTHON_USEDEP}] dev-python/moto[${PYTHON_USEDEP}] dev-python/testresources[${PYTHON_USEDEP}] + dev-python/testscenarios[${PYTHON_USEDEP}] ) "