commit: 3c286fa9a4a16b690372522aed0e0961f5845821
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 2 09:33:44 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 2 09:37:49 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c286fa9
dev-python/asgiref: Remove old cond-deps
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/asgiref/asgiref-3.8.1.ebuild | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/dev-python/asgiref/asgiref-3.8.1.ebuild
b/dev-python/asgiref/asgiref-3.8.1.ebuild
index 988de188bd07..fcae46227e9c 100644
--- a/dev-python/asgiref/asgiref-3.8.1.ebuild
+++ b/dev-python/asgiref/asgiref-3.8.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
+PYTHON_COMPAT=( python3_{11..13} pypy3_11 )
inherit distutils-r1 pypi
@@ -19,11 +19,6 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390
sparc x86"
-RDEPEND="
- $(python_gen_cond_dep '
- dev-python/typing-extensions[${PYTHON_USEDEP}]
- ' 3.{9..10})
-"
BDEPEND="
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]