From 86f52dc660af00de3dc031f7c911f740e2007e84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 17 Oct 2024 12:44:41 +0200 Subject: [PATCH] dev-python/grpclib: Add missing pytest-asyncio dep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/941690 Signed-off-by: Michał Górny --- 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 5e8fea8ee1798..998ced6e9f685 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}] ) "