[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4164/8267] poky.ent: Added "pip3" as an essential host installation package



commit b47ecf28775830efab423fa12f0addb68671cc06
Author: Scott Rifenbark <srifenbark gmail com>
Date:   Thu Jan 19 16:09:29 2017 -0800

    poky.ent: Added "pip3" as an essential host installation package
    
    Apparently, this package dropped out when migrating to Python3.
    So, I have added it to all the supported distributions as an
    essential package.
    
    Fixes [YOCTO #10909]
    
    (From yocto-docs rev: e5f915fb80fc36db515ad5a56bc31228a7f875d3)
    
    Signed-off-by: Scott Rifenbark <srifenbark gmail com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 documentation/poky.ent |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/documentation/poky.ent b/documentation/poky.ent
index 79664c2..34551a5 100644
--- a/documentation/poky.ent
+++ b/documentation/poky.ent
@@ -61,13 +61,13 @@
 <!ENTITY OE_INIT_PATH "&YOCTO_POKY;/oe-init-build-env">
 <!ENTITY OE_INIT_FILE "oe-init-build-env">
 <!ENTITY UBUNTU_HOST_PACKAGES_ESSENTIAL "gawk wget git-core diffstat unzip texinfo gcc-multilib \
-     build-essential chrpath socat cpio python python3">
+     build-essential chrpath socat cpio python python3 pip3">
 <!ENTITY FEDORA_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python3 unzip perl patch \
      diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \
      ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue perl-bignum socat \
-     findutils which file cpio python">
+     findutils which file cpio python pip3">
 <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \
-     diffstat makeinfo python-curses patch socat python3 python3-curses tar">
+     diffstat makeinfo python-curses patch socat python3 python3-curses tar pip3">
 <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "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">
+     perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue pip3">


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]