diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-07-03 13:41:39 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-07-03 13:41:39 +0200 |
commit | 207261303725a1978a5e8a49429a55f84b7b37ae (patch) | |
tree | 5164cb10e6ab6e7d6a651bce14c89e3bc3a1a226 /dev-python/grpclib | |
parent | dev-python/databases: async_timeout renamed (diff) | |
download | guru-207261303725a1978a5e8a49429a55f84b7b37ae.tar.gz guru-207261303725a1978a5e8a49429a55f84b7b37ae.tar.bz2 guru-207261303725a1978a5e8a49429a55f84b7b37ae.zip |
dev-python/grpclib: async_timeout renamed
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/grpclib')
-rw-r--r-- | dev-python/grpclib/grpclib-0.4.2.ebuild | 2 | ||||
-rw-r--r-- | 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}] ) |