commit: aca129584126730eb893fdbb3705019405584d27 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> AuthorDate: Mon Apr 20 10:29:22 2020 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Mon Apr 20 10:29:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aca12958
net-analyzer/wapiti: restore pytest-runner patch This is still needed to prevent net installation of pytest attempt Closes: https://bugs.gentoo.org/718564 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org> net-analyzer/wapiti/wapiti-3.0.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-analyzer/wapiti/wapiti-3.0.3.ebuild b/net-analyzer/wapiti/wapiti-3.0.3.ebuild index b0eb5e96506..b74bc61781c 100644 --- a/net-analyzer/wapiti/wapiti-3.0.3.ebuild +++ b/net-analyzer/wapiti/wapiti-3.0.3.ebuild @@ -30,5 +30,6 @@ RDEPEND="dev-python/beautifulsoup:4[${PYTHON_USEDEP}] S=${WORKDIR}/${MY_P} python_prepare_all() { + sed -e 's/"pytest-runner"//' -i setup.py || die distutils-r1_python_prepare_all }