commit:     5ce4cc839b41c53a2c148ca9992faed8d74929f0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 27 07:29:07 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 27 07:29:53 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ce4cc83

dev-python/pyeclib: add additional test deps/optfeatures

Some tests are skipped (though non-obviously, it's not just the availability
test, but some extra ones later on at the end), without these.

See 614f0167e754b0e0faba14b7929c5310e69a5924 too.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/pyeclib/pyeclib-1.6.4.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/pyeclib/pyeclib-1.6.4.ebuild 
b/dev-python/pyeclib/pyeclib-1.6.4.ebuild
index 3fbc87f882b4..30f0452a3b00 100644
--- a/dev-python/pyeclib/pyeclib-1.6.4.ebuild
+++ b/dev-python/pyeclib/pyeclib-1.6.4.ebuild
@@ -27,6 +27,8 @@ RDEPEND="
 "
 BDEPEND="
        test? (
+               dev-libs/isa-l
+               dev-libs/jerasure
                dev-python/six[${PYTHON_USEDEP}]
        )
 "
@@ -40,5 +42,6 @@ src_prepare() {
 }
 
 pkg_postinst() {
+       optfeature "isa-l backend" dev-libs/isa-l
        optfeature "jerasure backend" dev-libs/jerasure
 }

Reply via email to