diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2020-04-20 12:29:22 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2020-04-20 12:29:36 +0200 |
commit | aca129584126730eb893fdbb3705019405584d27 (patch) | |
tree | 53f83d3a874e1ee71932bd6e332b87f683cbbb19 /net-analyzer/wapiti/wapiti-3.0.3.ebuild | |
parent | net-misc/whois: Revbump to fix automagic dep on sys-libs/libxcrypt (diff) | |
download | gentoo-aca129584126730eb893fdbb3705019405584d27.tar.gz gentoo-aca129584126730eb893fdbb3705019405584d27.tar.bz2 gentoo-aca129584126730eb893fdbb3705019405584d27.zip |
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@gentoo.org>
Diffstat (limited to 'net-analyzer/wapiti/wapiti-3.0.3.ebuild')
-rw-r--r-- | net-analyzer/wapiti/wapiti-3.0.3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |