commit: 21db41ab8b12c423ddf0861554b2a22345241bd8 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Apr 25 10:36:25 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Apr 25 10:37:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21db41ab
dev-python/hishel: Add missing test-dep on dev-python/redis Closes: https://bugs.gentoo.org/930653 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/hishel/hishel-0.0.26.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/hishel/hishel-0.0.26.ebuild b/dev-python/hishel/hishel-0.0.26.ebuild index 479c64d5d556..b0cd9cb0bf10 100644 --- a/dev-python/hishel/hishel-0.0.26.ebuild +++ b/dev-python/hishel/hishel-0.0.26.ebuild @@ -31,6 +31,7 @@ BDEPEND=" dev-python/anyio[${PYTHON_USEDEP}] dev-python/boto3[${PYTHON_USEDEP}] dev-python/moto[${PYTHON_USEDEP}] + dev-python/redis[${PYTHON_USEDEP}] dev-python/trio[${PYTHON_USEDEP}] ) "