commit: 6cd9ff3bbd1a921fa7c132af5a1a54db9bf9cde2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 19 11:04:25 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 19 11:10:04 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cd9ff3b
dev-python/typeguard: Eliminate stale python_gen_cond_dep
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/typeguard/typeguard-4.0.0.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dev-python/typeguard/typeguard-4.0.0.ebuild
b/dev-python/typeguard/typeguard-4.0.0.ebuild
index b6c81488ed30..ae12dc690a1b 100644
--- a/dev-python/typeguard/typeguard-4.0.0.ebuild
+++ b/dev-python/typeguard/typeguard-4.0.0.ebuild
@@ -19,12 +19,9 @@ SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv
~s390 sparc x86"
RDEPEND="
- $(python_gen_cond_dep '
- >=dev-python/importlib-metadata-3.6[${PYTHON_USEDEP}]
- ' 3.9)
$(python_gen_cond_dep '
>=dev-python/typing-extensions-4.4.0[${PYTHON_USEDEP}]
- ' 3.{9..10})
+ ' 3.10)
"
BDEPEND="
>=dev-python/setuptools-scm-6.4[${PYTHON_USEDEP}]