diff options
author | Tim Orling <ticotimo@gmail.com> | 2022-01-06 11:33:41 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-10 23:12:43 +0000 |
commit | 35a14725d67e497a5f68baa7cf860a69a884c642 (patch) | |
tree | 5b2d208049b64367d45e16b7b8c04b5135a5f8c4 | |
parent | 5d653957d599e3e5bf5ed453d7098aed92c2de3c (diff) | |
download | poky-35a14725d67e497a5f68baa7cf860a69a884c642.tar.gz |
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>
-rw-r--r-- | documentation/poky.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky.yaml b/documentation/poky.yaml index 11e209e307..62589acd9f 100644 --- a/documentation/poky.yaml +++ b/documentation/poky.yaml | |||
@@ -30,7 +30,7 @@ CENTOS7_HOST_PACKAGES_ESSENTIAL : "-y epel-release | |||
30 | \n\ $ sudo yum makecache | 30 | \n\ $ sudo yum makecache |
31 | \n\ $ sudo yum install gawk make wget tar bzip2 gzip python3 unzip perl patch \ | 31 | \n\ $ sudo yum install gawk make wget tar bzip2 gzip python3 unzip perl patch \ |
32 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \ | 32 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \ |
33 | perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python36-pip xz \ | 33 | perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python3-pip xz \ |
34 | which SDL-devel xterm mesa-libGL-devel zstd lz4 | 34 | which SDL-devel xterm mesa-libGL-devel zstd lz4 |
35 | \n\ $ sudo pip3 install GitPython jinja2" | 35 | \n\ $ sudo pip3 install GitPython jinja2" |
36 | CENTOS8_HOST_PACKAGES_ESSENTIAL : "-y epel-release | 36 | CENTOS8_HOST_PACKAGES_ESSENTIAL : "-y epel-release |