dev-python/pytest-cases: remove pkg_resources

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2026-03-28 22:25:57 +05:00
parent 5fd6e32b57
commit d8c17f3cbe

View File

@@ -30,3 +30,8 @@ EPYTEST_PLUGIN_LOAD_VIA_ENV=1
EPYTEST_PLUGINS=( ${PN} pytest-asyncio pytest-harvest pytest-steps pytest-xdist )
distutils_enable_tests pytest
src_prepare() {
sed "/pkg_resources/d" -i setup.py || die
distutils-r1_src_prepare
}