summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-04-14 19:22:06 +0200
committerMichał Górny <mgorny@gentoo.org>2024-04-14 19:22:06 +0200
commite87778a0f2f4f835acbeef0863ebdbbe8a1566b5 (patch)
tree90498775f10bf1291179e3ef4f8fb8a73c621d40 /mail-filter
parentdev-libs/tree-sitter: fix installs pre-stripped file (diff)
downloadgentoo-e87778a0f2f4f835acbeef0863ebdbbe8a1566b5.tar.gz
gentoo-e87778a0f2f4f835acbeef0863ebdbbe8a1566b5.tar.bz2
gentoo-e87778a0f2f4f835acbeef0863ebdbbe8a1566b5.zip
mail-filter/pyzor: Add missing dep on dev-python/pytest
Closes: https://bugs.gentoo.org/930019 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.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild b/mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild
index b566d42dd97e..15fdf34856fb 100644
--- a/mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild
+++ b/mail-filter/pyzor/pyzor-1.0.0_p20211223.ebuild
@@ -28,9 +28,10 @@ RDEPEND="
)
selinux? ( sec-policy/selinux-pyzor )
"
-DEPEND="
+BDEPEND="
test? (
$(python_gen_impl_dep 'gdbm')
+ dev-python/pytest[${PYTHON_USEDEP}]
dev-python/redis[${PYTHON_USEDEP}]
)
"