diff options
author | Tim Orling <timothy.t.orling@linux.intel.com> | 2020-03-31 20:19:14 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-06 14:40:24 +0100 |
commit | 85cc7cb4dfdfa228f53bb86f23516eb744888062 (patch) | |
tree | 38813c2bd4f0cda8f3cc193a02412399dec2b463 /documentation/poky.ent | |
parent | 24dab56884ade3ca493f0582bf670c688669c7d6 (diff) | |
download | poky-85cc7cb4dfdfa228f53bb86f23516eb744888062.tar.gz |
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>
Diffstat (limited to 'documentation/poky.ent')
-rwxr-xr-x | documentation/poky.ent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent index 7ff9a448ee..f2d7d9733b 100755 --- a/documentation/poky.ent +++ b/documentation/poky.ent | |||
@@ -76,6 +76,6 @@ | |||
76 | $ sudo yum makecache | 76 | $ sudo yum makecache |
77 | $ sudo yum install gawk make wget tar bzip2 gzip python unzip perl patch \ | 77 | $ sudo yum install gawk make wget tar bzip2 gzip python unzip perl patch \ |
78 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \ | 78 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \ |
79 | perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python34-pip xz \ | 79 | perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python36-pip xz \ |
80 | which SDL-devel xterm | 80 | which SDL-devel xterm |
81 | $ sudo pip3 install GitPython jinja2"> | 81 | $ sudo pip3 install GitPython jinja2"> |