diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2022-08-22 00:55:21 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-25 11:08:06 +0100 |
commit | d7c48cefb1a7ba6af2222793708b28e1600794a3 (patch) | |
tree | 3436f2fe0d945e7a7b7c157c9a6eeb26d9c31f8b /meta/recipes-devtools | |
parent | 0823b7bc49365ed20dfad628e8c991d591ccf960 (diff) | |
download | poky-d7c48cefb1a7ba6af2222793708b28e1600794a3.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python3-requests_2.28.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 ac8a570160..8de08d2620 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} += " \ | |||
18 | ${PYTHON_PN}-urllib3 \ | 18 | ${PYTHON_PN}-urllib3 \ |
19 | ${PYTHON_PN}-chardet \ | 19 | ${PYTHON_PN}-chardet \ |
20 | ${PYTHON_PN}-idna \ | 20 | ${PYTHON_PN}-idna \ |
21 | ${PYTHON_PN}-compression \ | ||
21 | " | 22 | " |
22 | 23 | ||
23 | CVE_PRODUCT = "requests" | 24 | CVE_PRODUCT = "requests" |