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>
This commit is contained in:
Ismo Puustinen
2017-02-24 17:32:58 +02:00
committed by Richard Purdie
parent a38ab4ddb7
commit 162dac32be

View File

@@ -40,6 +40,7 @@ RDEPENDS_${PN} = "\
python3-compile \
python3-io \
python3-enum \
python3-html \
python3-json \
python3-netserver \
python3-setuptools \