From: Ismo Puustinen Date: Fri, 24 Feb 2017 15:32:58 +0000 (+0200) Subject: python3-pip: RDEPEND on python3-html. X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~22305 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b787219505cc6889c64eebbcfd2cebe83f09fe68;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-pip: RDEPEND on python3-html. Without this pip3 fails with "ImportError: No module named 'html'" Signed-off-by: Ismo Puustinen Signed-off-by: Ross Burton --- 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 85328dccbf5..b6dbb6e5f26 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 \