packagegroup-self-hosted: port to Python 3

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 ]

(From OE-Core rev: ee627d7a833e0d85f691729c4d2f774516a8f425)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2016-06-07 16:50:09 +01:00 committed by Richard Purdie
parent 24dc5fc5f5
commit abd5c112cd
1 changed files with 3 additions and 6 deletions

View 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 \