diff options
author | Ismo Puustinen <ismo.puustinen@intel.com> | 2017-02-24 17:32:58 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-01 23:27:10 +0000 |
commit | 162dac32bedc464d2263d777464b80fc93376688 (patch) | |
tree | 0ea5d8dcd1d702914ef2740ee844651901ce97f1 /meta | |
parent | a38ab4ddb786b4d692d4ae891144da576cc190e3 (diff) | |
download | poky-162dac32bedc464d2263d777464b80fc93376688.tar.gz |
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 <ismo.puustinen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3-pip_9.0.1.bb | 1 |
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} = "\ | |||
40 | python3-compile \ | 40 | python3-compile \ |
41 | python3-io \ | 41 | python3-io \ |
42 | python3-enum \ | 42 | python3-enum \ |
43 | python3-html \ | ||
43 | python3-json \ | 44 | python3-json \ |
44 | python3-netserver \ | 45 | python3-netserver \ |
45 | python3-setuptools \ | 46 | python3-setuptools \ |