[1/3] poky.ent: recommend python36-pip for CentOS
Submitted by Tim Orling on April 1, 2020, 3:19 a.m.
|
Patch ID: 171488
Details
Commit Message
@@ -74,6 +74,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">
'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/ Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> --- documentation/poky.ent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)