From 162dac32bedc464d2263d777464b80fc93376688 Mon Sep 17 00:00:00 2001 From: Ismo Puustinen Date: Fri, 24 Feb 2017 17:32:58 +0200 Subject: 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pip_9.0.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/python') 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 \ -- cgit v1.2.3-54-g00ecf