mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
python3-requests: add python3-compression dependency
python3-requests makes use of 'zipfile' module, so we need to add python3-compression as a dependency, otherwise 'import requests' errors out. (From OE-Core rev: 6cfe2ed2234a76a3f9da194097781e8d6ce1353b) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -18,6 +18,7 @@ RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-urllib3 \
|
||||
${PYTHON_PN}-chardet \
|
||||
${PYTHON_PN}-idna \
|
||||
${PYTHON_PN}-compression \
|
||||
"
|
||||
|
||||
CVE_PRODUCT = "requests"
|
||||
|
||||
Reference in New Issue
Block a user