mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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 614f0167e7 too.
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user