diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-25 09:38:24 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-25 10:39:37 +0100 |
commit | cd2bc293a2cace1fecd85969a873e40c1a2a2e6a (patch) | |
tree | e3dac4ba2ad38ec6acdde69284ae25e2b752aada /net-analyzer/wapiti/wapiti-3.0.3.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.3.ebuild')
-rw-r--r-- | net-analyzer/wapiti/wapiti-3.0.3.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-analyzer/wapiti/wapiti-3.0.3.ebuild b/net-analyzer/wapiti/wapiti-3.0.3.ebuild index a89de4ef3a34..c9bf7dc9b105 100644 --- a/net-analyzer/wapiti/wapiti-3.0.3.ebuild +++ b/net-analyzer/wapiti/wapiti-3.0.3.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}] |