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 12:54:23 +0000 |
commit | b787219505cc6889c64eebbcfd2cebe83f09fe68 (patch) | |
tree | fc877c98ed30a2da216efcbf1e12bd011baec868 /meta/recipes-devtools/python | |
parent | cfa2b5facd1aa6a2bac4cb04687e1a977c533934 (diff) | |
download | openembedded-core-b787219505cc6889c64eebbcfd2cebe83f09fe68.tar.gz openembedded-core-b787219505cc6889c64eebbcfd2cebe83f09fe68.tar.bz2 openembedded-core-b787219505cc6889c64eebbcfd2cebe83f09fe68.zip |
python3-pip: RDEPEND on python3-html.
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>
Diffstat (limited to 'meta/recipes-devtools/python')
-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} = "\ python3-compile \ python3-io \ python3-enum \ + python3-html \ python3-json \ python3-netserver \ python3-setuptools \ |