commit: d5cfe18254b63b18dd68f554141c097deb97c159 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Jun 27 09:23:17 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jun 27 09:24:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5cfe182
dev-python/cachelib: Add a test dep on dev-db/redis Closes: https://bugs.gentoo.org/854504 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> 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 9a50b3d683ba..cc5e50e1800a 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}]
