]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-pip: RDEPEND on python3-html.
authorIsmo Puustinen <ismo.puustinen@intel.com>
Fri, 24 Feb 2017 15:32:58 +0000 (17:32 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Mar 2017 12:54:23 +0000 (12:54 +0000)
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>
meta/recipes-devtools/python/python3-pip_9.0.1.bb

index 85328dccbf508f53e43436bcf017286e13e3f81d..b6dbb6e5f2613dc8484944ab671dcde8d9427bab 100644 (file)
@@ -40,6 +40,7 @@ RDEPENDS_${PN} = "\
   python3-compile \
   python3-io \
   python3-enum \
+  python3-html \
   python3-json \
   python3-netserver \
   python3-setuptools \