poky.yaml: centos-7 python36-pip -> python3-pip

Message ID 20220106193341.2610619-1-tim.orling@konsulko.com
State New
Headers show
Series poky.yaml: centos-7 python36-pip -> python3-pip | expand

Commit Message

Tim Orling Jan. 6, 2022, 7:33 p.m. UTC
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

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
 documentation/poky.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Michael Opdenacker Jan. 10, 2022, 2:08 p.m. UTC | #1
Hi Tim,

On 1/6/22 8:33 PM, Tim Orling wrote:
> 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
>
> Signed-off-by: Tim Orling <tim.orling@konsulko.com>
> ---
>  documentation/poky.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/documentation/poky.yaml b/documentation/poky.yaml
> index 11e209e3075..62589acd9f0 100644
> --- a/documentation/poky.yaml
> +++ b/documentation/poky.yaml
> @@ -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

Thanks for the patch!

Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
... and merged into "master-next".

Cheers
Michael.

Patch

diff --git a/documentation/poky.yaml b/documentation/poky.yaml
index 11e209e3075..62589acd9f0 100644
--- a/documentation/poky.yaml
+++ b/documentation/poky.yaml
@@ -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