diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-03-28 06:57:25 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-31 12:14:18 +0100 |
commit | 330302711377475e2fba0c6e9871e2dff5e1ee08 (patch) | |
tree | 27b6180dd2ef8d1757ba8c82b2b3d70ee9cc6a60 /documentation | |
parent | c015fed613948069f666cca783cb157c37f85970 (diff) | |
download | poky-330302711377475e2fba0c6e9871e2dff5e1ee08.tar.gz |
poky.ent: Removed python3-expect from the CentOS distro
Fixes [YOCTO #10854]
Feedback from the review indicated that CentOS python3-pip and
python3-expect should be python34-pip. Did this change.
(From yocto-docs rev: ae307a183328b3c572e3f63c0274806af244c618)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.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 df0c0097a7..e716a1296b 100644 --- a/documentation/poky.ent +++ b/documentation/poky.ent | |||
@@ -74,5 +74,5 @@ | |||
74 | $ sudo yum makecache | 74 | $ sudo yum makecache |
75 | $ sudo yum install gawk make wget tar bzip2 gzip python unzip perl patch \ | 75 | $ sudo yum install gawk make wget tar bzip2 gzip python unzip perl patch \ |
76 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \ | 76 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \ |
77 | perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python3-pip python3-expect xz \ | 77 | perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python34-pip xz \ |
78 | which"> | 78 | which"> |