summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-08-07 13:53:41 +0200
committerMichał Górny <mgorny@gentoo.org>2023-08-07 13:53:41 +0200
commit749f75b44d905d3993bf24e88bb98c85a3927373 (patch)
treee62f77e8ec763849385ecb1197684742a1bb0a68 /dev-python/aiocache
parentdev-python/sqlglot: drop 17.9.0 (diff)
downloadgentoo-749f75b44d905d3993bf24e88bb98c85a3927373.tar.gz
gentoo-749f75b44d905d3993bf24e88bb98c85a3927373.tar.bz2
gentoo-749f75b44d905d3993bf24e88bb98c85a3927373.zip
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@gentoo.org>
Diffstat (limited to 'dev-python/aiocache')
-rw-r--r--dev-python/aiocache/aiocache-0.12.2.ebuild1
1 files changed, 1 insertions, 0 deletions
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}]
)
"