eclass/tests/python-utils-r1.sh: Add missing multilib inherit

Signed-off-by: Michał Górny <mgorny@gentoo.org>
Part-of: https://github.com/gentoo/gentoo/pull/41697
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-04-22 12:43:37 +02:00
parent cb29d30827
commit 5ba9cc09aa

View File

@@ -62,7 +62,7 @@ test_fix_shebang() {
tmpfile=$(mktemp)
inherit python-utils-r1
inherit multilib python-utils-r1
for minor in {11..13} 13t; do
ebegin "Testing python3.${minor}"