diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-02-28 11:03:15 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-24 23:44:02 +0000 |
commit | 5413e9b210a8a1871c90c6a90b685b995066eff3 (patch) | |
tree | f707c385fed95fb5ec70539c43b67f51ecf891db /documentation | |
parent | 0c8dede10d6f8f45234ba538dd7d8eaf02dbb207 (diff) | |
download | poky-5413e9b210a8a1871c90c6a90b685b995066eff3.tar.gz |
poky.ent: Added python3-pip and python3-pexpect to all distros
Fixes [YOCTO #10854]
The distros for Fedora, OpenSUSE and CentOS needed these.
(From yocto-docs rev: a83dcca50681d589fbcc924de4845e62de053810)
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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent index 633209ecef..adc0be4e74 100644 --- a/documentation/poky.ent +++ b/documentation/poky.ent | |||
@@ -66,11 +66,11 @@ | |||
66 | <!ENTITY FEDORA_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python3 unzip perl patch \ | 66 | <!ENTITY FEDORA_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python3 unzip perl patch \ |
67 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \ | 67 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \ |
68 | ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue perl-bignum socat \ | 68 | ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue perl-bignum socat \ |
69 | findutils which file cpio python pip3 pexpect xz which"> | 69 | findutils which file cpio python python3-pip python3-expect xz which"> |
70 | <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \ | 70 | <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \ |
71 | diffstat makeinfo python-curses patch socat python3 python3-curses tar pip3 \ | 71 | diffstat makeinfo python-curses patch socat python3 python3-curses tar python3-pip \ |
72 | pexpect xz which"> | 72 | python3-expect xz which"> |
73 | <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch \ | 73 | <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch \ |
74 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \ | 74 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \ |
75 | perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue pip3 pexpect xz \ | 75 | perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python3-pip python3-expect xz \ |
76 | which"> | 76 | which"> |