From: Ismo Puustinen Date: Fri, 24 Feb 2017 15:32:58 +0000 (+0200) Subject: python3-pip: RDEPEND on python3-html. X-Git-Tag: uninative-1.5~108 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b787219505cc6889c64eebbcfd2cebe83f09fe68;p=openembedded-core.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 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 \