summaryrefslogtreecommitdiff
path: root/dev-python/async-lru/async-lru-2.0.5.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/async-lru/async-lru-2.0.5.ebuild')
-rw-r--r--dev-python/async-lru/async-lru-2.0.5.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/dev-python/async-lru/async-lru-2.0.5.ebuild b/dev-python/async-lru/async-lru-2.0.5.ebuild
index bdc7bbd08141..dda890f8c3f4 100644
--- a/dev-python/async-lru/async-lru-2.0.5.ebuild
+++ b/dev-python/async-lru/async-lru-2.0.5.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
inherit distutils-r1
@@ -22,11 +22,6 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
-RDEPEND="
- $(python_gen_cond_dep '
- >=dev-python/typing-extensions-4.0.0[${PYTHON_USEDEP}]
- ' 3.10)
-"
BDEPEND="
test? (
dev-python/pytest-asyncio[${PYTHON_USEDEP}]