dev-python/dublintraceroute: Fixing pytest-runner
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
6b283b9efc
commit
4b6018ff00
|
@ -34,7 +34,7 @@ BDEPEND="
|
||||||
|
|
||||||
python_prepare_all() {
|
python_prepare_all() {
|
||||||
# do not depend on deprecated dep
|
# do not depend on deprecated dep
|
||||||
sed -i -e '/pytest-runner/d' setup.py || die
|
sed -i -e '/pytest_runner/d' setup.py || die
|
||||||
|
|
||||||
distutils-r1_python_prepare_all
|
distutils-r1_python_prepare_all
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue