From: Bernard Cafarelli Date: Mon, 20 Apr 2020 10:29:22 +0000 (+0200) Subject: net-analyzer/wapiti: restore pytest-runner patch X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=aca129584126730eb893fdbb3705019405584d27;p=gentoo.git 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 --- diff --git a/net-analyzer/wapiti/wapiti-3.0.3.ebuild b/net-analyzer/wapiti/wapiti-3.0.3.ebuild index b0eb5e96506a..b74bc61781ce 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 }