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 | |
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')
-rw-r--r-- | net-analyzer/wapiti/wapiti-3.0.2.ebuild | 1 | ||||
-rw-r--r-- | net-analyzer/wapiti/wapiti-3.0.3.ebuild | 1 | ||||
-rw-r--r-- | net-analyzer/wapiti/wapiti-9999.ebuild | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/net-analyzer/wapiti/wapiti-3.0.2.ebuild b/net-analyzer/wapiti/wapiti-3.0.2.ebuild index e54191bc86f1..58cddc1b33e8 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}] 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}] diff --git a/net-analyzer/wapiti/wapiti-9999.ebuild b/net-analyzer/wapiti/wapiti-9999.ebuild index 3b16236056bc..8a61f85b7acf 100644 --- a/net-analyzer/wapiti/wapiti-9999.ebuild +++ b/net-analyzer/wapiti/wapiti-9999.ebuild @@ -21,7 +21,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}] |