mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
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:
committed by
Richard Purdie
parent
24dc5fc5f5
commit
abd5c112cd
@@ -148,12 +148,9 @@ RDEPENDS_packagegroup-self-hosted-extended = "\
|
|||||||
perl-dev \
|
perl-dev \
|
||||||
perl-modules \
|
perl-modules \
|
||||||
perl-pod \
|
perl-pod \
|
||||||
python \
|
python3 \
|
||||||
python-compiler \
|
python3-modules \
|
||||||
python-git \
|
python3-git \
|
||||||
python-misc \
|
|
||||||
python-modules \
|
|
||||||
python-rpm \
|
|
||||||
quota \
|
quota \
|
||||||
readline \
|
readline \
|
||||||
rpm \
|
rpm \
|
||||||
|
|||||||
Reference in New Issue
Block a user