aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmo Puustinen <ismo.puustinen@intel.com>2017-02-24 17:32:58 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-01 23:27:10 +0000
commit162dac32bedc464d2263d777464b80fc93376688 (patch)
tree0ea5d8dcd1d702914ef2740ee844651901ce97f1
parenta38ab4ddb786b4d692d4ae891144da576cc190e3 (diff)
downloadopenembedded-core-contrib-162dac32bedc464d2263d777464b80fc93376688.tar.gz
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>
-rw-r--r--meta/recipes-devtools/python/python3-pip_9.0.1.bb1
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 85328dccbf..b6dbb6e5f2 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 \