commit: 86f52dc660af00de3dc031f7c911f740e2007e84 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Oct 17 10:44:41 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Oct 17 11:07:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f52dc6
dev-python/grpclib: Add missing pytest-asyncio dep Closes: https://bugs.gentoo.org/941690 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/grpclib/grpclib-0.4.7-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/grpclib/grpclib-0.4.7-r1.ebuild b/dev-python/grpclib/grpclib-0.4.7-r1.ebuild index 5e8fea8ee179..998ced6e9f68 100644 --- a/dev-python/grpclib/grpclib-0.4.7-r1.ebuild +++ b/dev-python/grpclib/grpclib-0.4.7-r1.ebuild @@ -35,6 +35,7 @@ BDEPEND=" test? ( dev-python/async-timeout[${PYTHON_USEDEP}] dev-python/Faker[${PYTHON_USEDEP}] + dev-python/pytest-asyncio[${PYTHON_USEDEP}] ) "
