mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 09:32:12 +02:00
poky.ent: recommend python36-pip for CentOS
'python3' in EPEL7 is now Python 3.6, so we should be recommending python36-pip Python 3.4 is EOL [1] [1] https://www.python.org/downloads/release/python-3410/ (From yocto-docs rev: 817ca8adc91d9975b9ec57e7fead7fdff4001854) Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
24dab56884
commit
85cc7cb4df
@@ -76,6 +76,6 @@
|
||||
$ sudo yum makecache
|
||||
$ sudo yum install gawk make wget tar bzip2 gzip python unzip perl patch \
|
||||
diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \
|
||||
perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python34-pip xz \
|
||||
perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python36-pip xz \
|
||||
which SDL-devel xterm
|
||||
$ sudo pip3 install GitPython jinja2">
|
||||
|
||||
Reference in New Issue
Block a user