summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
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 /meta/recipes-devtools/python
parenta38ab4ddb786b4d692d4ae891144da576cc190e3 (diff)
downloadpoky-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>
Diffstat (limited to 'meta/recipes-devtools/python')
-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} = "\
40 python3-compile \ 40 python3-compile \
41 python3-io \ 41 python3-io \
42 python3-enum \ 42 python3-enum \
43 python3-html \
43 python3-json \ 44 python3-json \
44 python3-netserver \ 45 python3-netserver \
45 python3-setuptools \ 46 python3-setuptools \