]> code.ossystems Code Review - openembedded-core.git/commitdiff
packagegroup-self-hosted: port to Python 3
authorRoss Burton <ross.burton@intel.com>
Tue, 7 Jun 2016 15:50:09 +0000 (16:50 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 12 Jun 2016 22:34:44 +0000 (23:34 +0100)
A self-hosting packagegroup needs to ship Python 3 for bitbake, not Python 2.

Remove python-compiler as it was a standard module in Py2 and removed in Py3.

Remove python-misc as it is pulled in via python3-modules.

Remove python-rpm as it is only required by Smart, and if smart is installed
then python-rpm will be too.

[ YOCTO #9713 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/packagegroups/packagegroup-self-hosted.bb

index c43e7e8fac6685f8f2398707345abfa0a9590802..4e7fd4db370f76ead974d6deb6517441699fe57a 100644 (file)
@@ -148,12 +148,9 @@ RDEPENDS_packagegroup-self-hosted-extended = "\
     perl-dev \
     perl-modules \
     perl-pod \
-    python \
-    python-compiler \
-    python-git \
-    python-misc \
-    python-modules \
-    python-rpm \
+    python3 \
+    python3-modules \
+    python3-git \
     quota \
     readline \
     rpm \