From: Chen Qi Date: Mon, 22 Aug 2022 07:55:21 +0000 (-0700) Subject: python3-requests: add python3-compression dependency X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3157 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6cfe2ed2234a76a3f9da194097781e8d6ce1353b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Chen Qi Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-requests_2.28.1.bb b/meta/recipes-devtools/python/python3-requests_2.28.1.bb index ac8a5701602..8de08d26200 100644 --- a/meta/recipes-devtools/python/python3-requests_2.28.1.bb +++ b/meta/recipes-devtools/python/python3-requests_2.28.1.bb @@ -18,6 +18,7 @@ RDEPENDS:${PN} += " \ ${PYTHON_PN}-urllib3 \ ${PYTHON_PN}-chardet \ ${PYTHON_PN}-idna \ + ${PYTHON_PN}-compression \ " CVE_PRODUCT = "requests"