mail-filter/pyzor: Remove cumbersome REQUIRED_USE for tests

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-04-14 17:27:32 +02:00
parent 3bc91eada6
commit 08619b5c06

View File

@@ -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