mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
poky.yaml: centos-7 python36-pip -> python3-pip
In CENTOS7_HOST_PACKAGES_ESSENTIAL, change python36-pip to python3-pip. The python36-pip package was obsoleted by python3-pip in RHEL 7.7+ https://src.fedoraproject.org/rpms/python-pip/c/6771a1c54f5c7ac333c7af644c055da670027f6c?branch=epel7 (From yocto-docs rev: df5d499f86e0cf2b6316778c7c390d64f5f1367c) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5d653957d5
commit
35a14725d6
@@ -30,7 +30,7 @@ CENTOS7_HOST_PACKAGES_ESSENTIAL : "-y epel-release
|
||||
\n\ $ sudo yum makecache
|
||||
\n\ $ sudo yum install gawk make wget tar bzip2 gzip python3 unzip perl patch \
|
||||
diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \
|
||||
perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python36-pip xz \
|
||||
perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python3-pip xz \
|
||||
which SDL-devel xterm mesa-libGL-devel zstd lz4
|
||||
\n\ $ sudo pip3 install GitPython jinja2"
|
||||
CENTOS8_HOST_PACKAGES_ESSENTIAL : "-y epel-release
|
||||
|
||||
Reference in New Issue
Block a user