From: Tim Orling Date: Fri, 7 Jun 2019 19:58:41 +0000 (-0700) Subject: scons.bbclass: use python3-scons X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f5adba2f96da9396faa1e70f9eed84118cf735e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git scons.bbclass: use python3-scons SCons has supported python3 since 3.0.0 release, use it. [YOCTO #13381] Signed-off-by: Tim Orling --- diff --git a/meta/classes/scons.bbclass b/meta/classes/scons.bbclass index 9ee7d1587d7..a8ddae35f7b 100644 --- a/meta/classes/scons.bbclass +++ b/meta/classes/scons.bbclass @@ -1,4 +1,4 @@ -DEPENDS += "python-scons-native" +DEPENDS += "python3-scons-native" EXTRA_OESCONS ?= ""