commit: ba047ee1d9ad04fd4a6bd90682c5516edf07e734
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 4 19:26:06 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 4 19:28:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba047ee1
dev-python/wcwidth: Remove obsolete python_gen* w/ -2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/wcwidth/wcwidth-0.2.5-r1.ebuild | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/dev-python/wcwidth/wcwidth-0.2.5-r1.ebuild
b/dev-python/wcwidth/wcwidth-0.2.5-r1.ebuild
index ce656fc41dff..8f548b32b4dd 100644
--- a/dev-python/wcwidth/wcwidth-0.2.5-r1.ebuild
+++ b/dev-python/wcwidth/wcwidth-0.2.5-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
@@ -17,11 +17,6 @@ SLOT="0"
LICENSE="MIT"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390
sparc x86 ~amd64-linux ~x86-linux"
-RDEPEND="
- $(python_gen_cond_dep '
- dev-python/backports-functools-lru-cache[${PYTHON_USEDEP}]
- ' -2)"
-
distutils_enable_tests pytest
src_prepare() {