dev-python/mccabe: remove unused sed

pytest-runner was dropped in 0.7.0 entirely.

Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
Eli Schwartz
2025-10-26 03:24:57 -04:00
parent 5050901660
commit 1701f74dcf

View File

@@ -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
}