commit: 2fcfc398833a1c855c16071373eddb4aa5a69e97 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Aug 7 11:17:12 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Aug 7 11:46:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fcfc398
dev-python/aiocache: Add a test dep on dev-python/marshmallow Closes: https://bugs.gentoo.org/911829 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 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}]
