summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-07-02 13:06:47 +0200
committerMichał Górny <mgorny@gentoo.org>2022-07-02 13:25:33 +0200
commit20ead97a8e11cbcf99bb76c895fc0ec8be46e152 (patch)
treef2366319e872de086e5d2c68f07754a0dcadf1af /dev-python/python-socks
parentsys-devel/bmake: add 20220612 (diff)
downloadgentoo-20ead97a8e11cbcf99bb76c895fc0ec8be46e152.tar.gz
gentoo-20ead97a8e11cbcf99bb76c895fc0ec8be46e152.tar.bz2
gentoo-20ead97a8e11cbcf99bb76c895fc0ec8be46e152.zip
Rename dev-python/{async_timeout → async-timeout}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-socks')
-rw-r--r--dev-python/python-socks/python-socks-2.0.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-socks/python-socks-2.0.3.ebuild b/dev-python/python-socks/python-socks-2.0.3.ebuild
index 88bce7f9cf7f..9afd16d096de 100644
--- a/dev-python/python-socks/python-socks-2.0.3.ebuild
+++ b/dev-python/python-socks/python-socks-2.0.3.ebuild
@@ -22,14 +22,14 @@ KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
# curio is not packaged
# asyncio is the only backend we have, so dep on its deps unconditionally
# TODO: revisit
-RDEPEND="dev-python/async_timeout[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/async-timeout[${PYTHON_USEDEP}]"
BDEPEND="
test? (
$(python_gen_cond_dep '
>=dev-python/anyio-3.4.0[${PYTHON_USEDEP}]
dev-python/trio[${PYTHON_USEDEP}]
' 'python*')
- dev-python/async_timeout[${PYTHON_USEDEP}]
+ dev-python/async-timeout[${PYTHON_USEDEP}]
dev-python/flask[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/yarl[${PYTHON_USEDEP}]