dev-ml/re: fix test DEPs

Closes: https://bugs.gentoo.org/946259
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2024-12-11 13:55:58 +01:00
parent 1ddbefc424
commit 2651d988d8

View File

@@ -32,7 +32,10 @@ DEPEND="
${RDEPEND}
"
BDEPEND="
test? ( dev-ml/ounit2 )
test? (
dev-ml/ounit2
dev-ml/ppx_expect
)
"
PATCHES=( "${FILESDIR}"/${P}-noSeq.patch )