mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/pytest-localftpserver: Strip wrong wget rdep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user