diff options
author | Kristi Rifenbark <kristi@buzzcollectivemarketing.com> | 2018-01-10 16:42:00 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-14 15:25:28 +0000 |
commit | 0d45cf58edfbab827ccfd52ce048003603a8cc92 (patch) | |
tree | 54316f8e5b5383034a62fb4f91192206ba19c89d /documentation | |
parent | bb6a218b6f309582af2cf62c14501c57b3662ed8 (diff) | |
download | poky-0d45cf58edfbab827ccfd52ce048003603a8cc92.tar.gz |
poky.ent: Replaced python3-pip with python34-pip for CentOS
Fixes [YOCTO #12467]
This is an essential package for CentOS.
The variable affected two lists, one in ref-manual and
one in yocto-project-qs.
(From yocto-docs rev: 73dbdca86716c1d264d14d2472a8acd3a963b26e)
Signed-off-by: Kristi Rifenbark <kristi@buzzcollectivemarketing.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/poky.ent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent index 1be7be8e85..eb2e05151d 100644 --- a/documentation/poky.ent +++ b/documentation/poky.ent | |||
@@ -78,5 +78,5 @@ | |||
78 | $ sudo yum makecache | 78 | $ sudo yum makecache |
79 | $ sudo yum install gawk make wget tar bzip2 gzip python unzip perl patch \ | 79 | $ sudo yum install gawk make wget tar bzip2 gzip python unzip perl patch \ |
80 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \ | 80 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \ |
81 | perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python3-pip xz \ | 81 | perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python34-pip xz \ |
82 | which"> | 82 | which"> |