From 08619b5c0681f6738145dd3a48b76fba52bd043c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 14 Apr 2024 17:27:32 +0200 Subject: [PATCH] mail-filter/pyzor: Remove cumbersome REQUIRED_USE for tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 b810fa1972ede..b566d42dd97ec 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