diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-08-07 13:17:12 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-08-07 13:46:38 +0200 |
commit | 2fcfc398833a1c855c16071373eddb4aa5a69e97 (patch) | |
tree | 2415712ad0207d116077457f0b6d212c44d00ad5 | |
parent | app-emacs/package-lint: drop old 0.16-r1 (diff) | |
download | gentoo-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.ebuild | 1 |
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}] |