dev-python/pytest-localftpserver: Strip wrong wget rdep

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-05-19 07:20:23 +02:00
parent 3af780f4ad
commit cf720c10cd

View File

@@ -35,3 +35,10 @@ EPYTEST_IGNORE=(
)
distutils_enable_tests pytest
src_prepare() {
distutils-r1_src_prepare
# a test dependency wrongly declared as RDEP
sed -i -e '/wget/d' pyproject.toml || die
}