summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-08-07 13:17:12 +0200
committerMichał Górny <mgorny@gentoo.org>2023-08-07 13:46:38 +0200
commit2fcfc398833a1c855c16071373eddb4aa5a69e97 (patch)
tree2415712ad0207d116077457f0b6d212c44d00ad5
parentapp-emacs/package-lint: drop old 0.16-r1 (diff)
downloadgentoo-2fcfc398833a1c855c16071373eddb4aa5a69e97.tar.gz
gentoo-2fcfc398833a1c855c16071373eddb4aa5a69e97.tar.bz2
gentoo-2fcfc398833a1c855c16071373eddb4aa5a69e97.zip
dev-python/aiocache: Add a test dep on dev-python/marshmallow
Closes: https://bugs.gentoo.org/911829 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-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 654d767ca7eb..9344ac84c735 100644
--- a/dev-python/aiocache/aiocache-0.12.2.ebuild
+++ b/dev-python/aiocache/aiocache-0.12.2.ebuild
@@ -21,6 +21,7 @@ KEYWORDS="~amd64 ~x86"
BDEPEND="
test? (
dev-db/redis
+ dev-python/marshmallow[${PYTHON_USEDEP}]
>=dev-python/msgpack-0.5.5[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
>=dev-python/redis-4.2.0[${PYTHON_USEDEP}]