commit: 1701f74dcf2f7b00e53e7923b7d1c7c100c26b42
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 26 07:24:57 2025 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Sun Oct 26 08:05:11 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1701f74d
dev-python/mccabe: remove unused sed
pytest-runner was dropped in 0.7.0 entirely.
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
dev-python/mccabe/mccabe-0.7.0.ebuild | 5 -----
1 file changed, 5 deletions(-)
diff --git a/dev-python/mccabe/mccabe-0.7.0.ebuild
b/dev-python/mccabe/mccabe-0.7.0.ebuild
index 4030c6c3da56..9bee379ebac8 100644
--- a/dev-python/mccabe/mccabe-0.7.0.ebuild
+++ b/dev-python/mccabe/mccabe-0.7.0.ebuild
@@ -33,8 +33,3 @@ PATCHES=(
)
distutils_enable_tests pytest
-
-python_prepare_all() {
- sed -i -e '/pytest-runner/d' setup.py || die
- distutils-r1_python_prepare_all
-}