app-emulation/open-vmdk: Ensure Python it set up for tests

Arrgh, this package is confusing!

Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot
2025-12-23 11:55:56 +00:00
parent a29166f793
commit 0b6ceecd10

View File

@@ -47,7 +47,9 @@ BDEPEND="
"
pkg_setup() {
use python && python-single-r1_pkg_setup
if use python || use test; then
python-single-r1_pkg_setup
fi
}
my_emake() {