From 8636f68aef6c00b653b183a05d141d98c73d2e29 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Thu, 17 Mar 2022 14:32:32 +0100 Subject: [PATCH] dev-python/castellan: add missing test dep Closes: https://bugs.gentoo.org/835478 Signed-off-by: Alessandro Barbieri --- dev-python/castellan/castellan-3.10.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/castellan/castellan-3.10.1.ebuild b/dev-python/castellan/castellan-3.10.1.ebuild index 803436e2d8..ef5e73927a 100644 --- a/dev-python/castellan/castellan-3.10.1.ebuild +++ b/dev-python/castellan/castellan-3.10.1.ebuild @@ -37,6 +37,7 @@ DEPEND="${RDEPEND}" BDEPEND=" test? ( >=dev-python/python-barbicanclient-4.5.2[${PYTHON_USEDEP}] + >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}] >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}] >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]