diff mbox series

jailhouse_git: update to inherit python3 classes

Message ID 1580339755-23335-1-git-send-email-peter.griffin@linaro.org
State New
Headers show
Series jailhouse_git: update to inherit python3 classes | expand

Commit Message

Peter Griffin Jan. 29, 2020, 11:15 p.m. UTC
This avoids the parsing errors, now that python2
has been removed.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>

---
 recipes-kernel/jailhouse/jailhouse_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.7.4
diff mbox series

Patch

diff --git a/recipes-kernel/jailhouse/jailhouse_git.bb b/recipes-kernel/jailhouse/jailhouse_git.bb
index 4186dc3..89833e6 100644
--- a/recipes-kernel/jailhouse/jailhouse_git.bb
+++ b/recipes-kernel/jailhouse/jailhouse_git.bb
@@ -29,7 +29,7 @@  RDEPENDS_${PN} += "\
 S = "${WORKDIR}/git"
 
 require jailhouse-arch.inc
-inherit module pythonnative bash-completion deploy setuptools
+inherit module python3native bash-completion deploy setuptools3
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 COMPATIBLE_MACHINE = "(ti-soc)"