aboutsummaryrefslogtreecommitdiffstats
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 12:54:23 +0000
commitb787219505cc6889c64eebbcfd2cebe83f09fe68 (patch)
treefc877c98ed30a2da216efcbf1e12bd011baec868 /meta/recipes-devtools/python
parentcfa2b5facd1aa6a2bac4cb04687e1a977c533934 (diff)
downloadopenembedded-core-contrib-b787219505cc6889c64eebbcfd2cebe83f09fe68.tar.gz
python3-pip: RDEPEND on python3-html.
Without this pip3 fails with "ImportError: No module named 'html'" Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
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} = "\
python3-compile \
python3-io \
python3-enum \
+ python3-html \
python3-json \
python3-netserver \
python3-setuptools \