commit: 749f75b44d905d3993bf24e88bb98c85a3927373 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Aug 7 11:53:41 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Aug 7 11:53:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=749f75b4
dev-python/aiocache: Add missing test dep on dev-python/pytest-mock Closes: https://bugs.gentoo.org/911851 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/aiocache/aiocache-0.12.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/aiocache/aiocache-0.12.2.ebuild b/dev-python/aiocache/aiocache-0.12.2.ebuild index 9344ac84c735..dd8c5bb60fe4 100644 --- a/dev-python/aiocache/aiocache-0.12.2.ebuild +++ b/dev-python/aiocache/aiocache-0.12.2.ebuild @@ -24,6 +24,7 @@ BDEPEND=" dev-python/marshmallow[${PYTHON_USEDEP}] >=dev-python/msgpack-0.5.5[${PYTHON_USEDEP}] dev-python/pytest-asyncio[${PYTHON_USEDEP}] + dev-python/pytest-mock[${PYTHON_USEDEP}] >=dev-python/redis-4.2.0[${PYTHON_USEDEP}] ) "
