From d5cfe18254b63b18dd68f554141c097deb97c159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 27 Jun 2022 11:23:17 +0200 Subject: [PATCH] dev-python/cachelib: Add a test dep on dev-db/redis MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/854504 Signed-off-by: Michał Górny --- dev-python/cachelib/cachelib-0.9.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/cachelib/cachelib-0.9.0.ebuild b/dev-python/cachelib/cachelib-0.9.0.ebuild index 9a50b3d683ba9..cc5e50e1800a3 100644 --- a/dev-python/cachelib/cachelib-0.9.0.ebuild +++ b/dev-python/cachelib/cachelib-0.9.0.ebuild @@ -24,6 +24,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86" BDEPEND=" test? ( + dev-db/redis dev-python/pylibmc[${PYTHON_USEDEP}] dev-python/pytest-xprocess[${PYTHON_USEDEP}] dev-python/redis-py[${PYTHON_USEDEP}]