diff options
author | 2020-03-25 09:38:24 +0100 | |
---|---|---|
committer | 2020-03-25 10:39:37 +0100 | |
commit | cd2bc293a2cace1fecd85969a873e40c1a2a2e6a (patch) | |
tree | e3dac4ba2ad38ec6acdde69284ae25e2b752aada /net-analyzer/wapiti/wapiti-3.0.2.ebuild | |
parent | www-client/links: clean up vulnerable versions. (diff) | |
download | gentoo-cd2bc293a2cace1fecd85969a873e40c1a2a2e6a.tar.gz gentoo-cd2bc293a2cace1fecd85969a873e40c1a2a2e6a.tar.bz2 gentoo-cd2bc293a2cace1fecd85969a873e40c1a2a2e6a.zip |
net-analyzer/wapiti: Remove unused dep on pytest-runner
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer/wapiti/wapiti-3.0.2.ebuild')
-rw-r--r-- | net-analyzer/wapiti/wapiti-3.0.2.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-analyzer/wapiti/wapiti-3.0.2.ebuild b/net-analyzer/wapiti/wapiti-3.0.2.ebuild index e54191bc86f..58cddc1b33e 100644 --- a/net-analyzer/wapiti/wapiti-3.0.2.ebuild +++ b/net-analyzer/wapiti/wapiti-3.0.2.ebuild @@ -22,7 +22,6 @@ RESTRICT="!test? ( test )" DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] - dev-python/pytest-runner[${PYTHON_USEDEP}] )" RDEPEND="dev-python/beautifulsoup:4[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] |