commit: 207261303725a1978a5e8a49429a55f84b7b37ae
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 3 11:41:39 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jul 3 11:41:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=20726130
dev-python/grpclib: async_timeout renamed
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/grpclib/grpclib-0.4.2.ebuild | 2 +-
dev-python/grpclib/grpclib-0.4.3_rc2.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/grpclib/grpclib-0.4.2.ebuild
b/dev-python/grpclib/grpclib-0.4.2.ebuild
index 8e70746bb..7c1a95824 100644
--- a/dev-python/grpclib/grpclib-0.4.2.ebuild
+++ b/dev-python/grpclib/grpclib-0.4.2.ebuild
@@ -33,7 +33,7 @@ RDEPEND="
BDEPEND="
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
- dev-python/async_timeout[${PYTHON_USEDEP}]
+ dev-python/async-timeout[${PYTHON_USEDEP}]
dev-python/googleapis-common-protos[${PYTHON_USEDEP}]
dev-python/Faker[${PYTHON_USEDEP}]
)
diff --git a/dev-python/grpclib/grpclib-0.4.3_rc2.ebuild
b/dev-python/grpclib/grpclib-0.4.3_rc2.ebuild
index 89e9547ff..626db1268 100644
--- a/dev-python/grpclib/grpclib-0.4.3_rc2.ebuild
+++ b/dev-python/grpclib/grpclib-0.4.3_rc2.ebuild
@@ -33,7 +33,7 @@ RDEPEND="
BDEPEND="
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
- dev-python/async_timeout[${PYTHON_USEDEP}]
+ dev-python/async-timeout[${PYTHON_USEDEP}]
dev-python/googleapis-common-protos[${PYTHON_USEDEP}]
dev-python/Faker[${PYTHON_USEDEP}]
)