summaryrefslogtreecommitdiff
path: root/net-analyzer/wapiti/wapiti-3.0.5.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/wapiti/wapiti-3.0.5.ebuild')
-rw-r--r--net-analyzer/wapiti/wapiti-3.0.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/wapiti/wapiti-3.0.5.ebuild b/net-analyzer/wapiti/wapiti-3.0.5.ebuild
index 348231badfed..d4ca3fb0a6d2 100644
--- a/net-analyzer/wapiti/wapiti-3.0.5.ebuild
+++ b/net-analyzer/wapiti/wapiti-3.0.5.ebuild
@@ -3,7 +3,6 @@
EAPI=7
-DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{7..9} )
PYTHON_REQ_USE='xml'
@@ -38,6 +37,7 @@ S=${WORKDIR}/${MY_P}
python_prepare_all() {
sed -e 's/"pytest-runner"//' \
-e "/find_packages/s/()/(exclude=['tests*'])/" \
+ -e "/DOC_DIR =/s/wapiti/${PF}/" \
-i setup.py || die
distutils-r1_python_prepare_all
}