commit: 58dd3f8bbda5592f3a1868b5ce8dd9f19424ac81
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 5 14:15:36 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 5 14:22:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58dd3f8b
net-nntp/sabnzbd: Remove tavalidate test dep as well
tavalidate is only needed for tests that are already deselected,
so remove the dep as well.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-nntp/sabnzbd/sabnzbd-3.7.1.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/net-nntp/sabnzbd/sabnzbd-3.7.1.ebuild
b/net-nntp/sabnzbd/sabnzbd-3.7.1.ebuild
index 7117af8b6abe..01d022e53ae2 100644
--- a/net-nntp/sabnzbd/sabnzbd-3.7.1.ebuild
+++ b/net-nntp/sabnzbd/sabnzbd-3.7.1.ebuild
@@ -61,7 +61,6 @@ BDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/selenium[${PYTHON_USEDEP}]
- dev-python/tavalidate[${PYTHON_USEDEP}]
dev-python/werkzeug[${PYTHON_USEDEP}]
dev-python/xmltodict[${PYTHON_USEDEP}]
')