From 20ead97a8e11cbcf99bb76c895fc0ec8be46e152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 2 Jul 2022 13:06:47 +0200 Subject: =?UTF-8?q?Rename=20dev-python/{async=5Ftimeout=20=E2=86=92=20asyn?= =?UTF-8?q?c-timeout}?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/python-socks/python-socks-2.0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/python-socks/python-socks-2.0.3.ebuild') 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}] -- cgit v1.2.3