[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4858/8267] python3-pip: RDEPEND on python3-html.



commit 162dac32bedc464d2263d777464b80fc93376688
Author: Ismo Puustinen <ismo puustinen intel com>
Date:   Fri Feb 24 17:32:58 2017 +0200

    python3-pip: RDEPEND on python3-html.
    
    Without this pip3 fails with "ImportError: No module named 'html'"
    
    (From OE-Core rev: b787219505cc6889c64eebbcfd2cebe83f09fe68)
    
    Signed-off-by: Ismo Puustinen <ismo puustinen intel com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-devtools/python/python3-pip_9.0.1.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/meta/recipes-devtools/python/python3-pip_9.0.1.bb 
b/meta/recipes-devtools/python/python3-pip_9.0.1.bb
index 85328dc..b6dbb6e 100644
--- a/meta/recipes-devtools/python/python3-pip_9.0.1.bb
+++ b/meta/recipes-devtools/python/python3-pip_9.0.1.bb
@@ -40,6 +40,7 @@ RDEPENDS_${PN} = "\
   python3-compile \
   python3-io \
   python3-enum \
+  python3-html \
   python3-json \
   python3-netserver \
   python3-setuptools \


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