commit:     08619b5c0681f6738145dd3a48b76fba52bd043c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 15:27:32 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 15:28:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08619b5c

mail-filter/pyzor: Remove cumbersome REQUIRED_USE for tests

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild 
b/mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild
index b810fa1972ed..b566d42dd97e 100644
--- a/mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild
+++ b/mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild
@@ -30,16 +30,13 @@ RDEPEND="
 "
 DEPEND="
        test? (
-               gdbm? ( $(python_gen_impl_dep 'gdbm') )
-               redis? ( dev-python/redis[${PYTHON_USEDEP}] )
+               $(python_gen_impl_dep 'gdbm')
+               dev-python/redis[${PYTHON_USEDEP}]
        )
 "
 
-# TODO: maybe upstream would support skipping tests for which the
-# dependencies are missing?
 REQUIRED_USE="
        pyzord? ( || ( gdbm redis ) )
-       test? ( gdbm redis )
 "
 
 distutils_enable_sphinx docs

Reply via email to