summaryrefslogtreecommitdiff
path: root/dev-python/python-socks/python-socks-2.0.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-socks/python-socks-2.0.3.ebuild')
-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}]