dev-python/pytest-httpserver: Fix installing invalid files

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-07-29 19:05:34 +02:00
parent eb9bb2bd5d
commit 948befe480

View File

@@ -26,7 +26,7 @@ BDEPEND="
distutils_enable_tests pytest
python_prepare_all() {
sed -i -e '/tests\//d' pyproject.toml || die
sed -i -e '/^include = \[/,/\]/d' pyproject.toml || die
distutils-r1_python_prepare_all
}