summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-04-14 17:27:32 +0200
committerMichał Górny <mgorny@gentoo.org>2024-04-14 17:28:14 +0200
commit08619b5c0681f6738145dd3a48b76fba52bd043c (patch)
treef23568115e283e7356c9eee13e39b9cd65ac7c3f /mail-filter
parentmail-filter/pyzor: Enable py3.12 (diff)
downloadgentoo-08619b5c0681f6738145dd3a48b76fba52bd043c.tar.gz
gentoo-08619b5c0681f6738145dd3a48b76fba52bd043c.tar.bz2
gentoo-08619b5c0681f6738145dd3a48b76fba52bd043c.zip
mail-filter/pyzor: Remove cumbersome REQUIRED_USE for tests
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'mail-filter')
-rw-r--r--mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild7
1 files 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