diff options
| author | Qi.Chen@windriver.com <Qi.Chen@windriver.com> | 2020-12-14 09:40:26 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-12-15 00:52:55 -0800 |
| commit | 73dd8a4c83decd475e4c775f8f2b9b2224f17fa0 (patch) | |
| tree | a680991e6777e7df2414cec2b0fc211a90e13cb8 /meta-python/recipes-devtools/python/python3-requests_2.24.0.bb | |
| parent | fa80193468745a11bc12d5845f66412a0d62e0e2 (diff) | |
| download | meta-openembedded-73dd8a4c83decd475e4c775f8f2b9b2224f17fa0.tar.gz | |
python3-requests: upgrade to 2.25.0
The License checksum changes but the license remains the same, as
the change is only about copying apache2 license contents there.
This upgrade also solves the following issue on target.
root@qemux86-64:~# python3 -c 'import requests'
/usr/lib64/python3.9/site-packages/requests/_init_.py:89: RequestsDependencyWarning: urllib3 (1.26.2) or chardet (3.0.4) doesn't match a supported version!
warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported "
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-requests_2.24.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-requests_2.24.0.bb | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/meta-python/recipes-devtools/python/python3-requests_2.24.0.bb b/meta-python/recipes-devtools/python/python3-requests_2.24.0.bb deleted file mode 100644 index de9a53584b..0000000000 --- a/meta-python/recipes-devtools/python/python3-requests_2.24.0.bb +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 1 | DESCRIPTION = "Python HTTP for Humans." | ||
| 2 | HOMEPAGE = "http://python-requests.org" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=19b6be66ed463d93fa88c29f7860bcd7" | ||
| 5 | |||
| 6 | FILESEXTRAPATHS_prepend := "${THISDIR}/python-requests:" | ||
| 7 | |||
| 8 | SRC_URI[md5sum] = "b54bff26a389e5932e8b1c4983a99ce7" | ||
| 9 | SRC_URI[sha256sum] = "b3559a131db72c33ee969480840fff4bb6dd111de7dd27c8ee1f820f4f00231b" | ||
| 10 | |||
| 11 | inherit pypi setuptools3 | ||
| 12 | |||
| 13 | RDEPENDS_${PN} += " \ | ||
| 14 | ${PYTHON_PN}-email \ | ||
| 15 | ${PYTHON_PN}-json \ | ||
| 16 | ${PYTHON_PN}-ndg-httpsclient \ | ||
| 17 | ${PYTHON_PN}-netserver \ | ||
| 18 | ${PYTHON_PN}-pyasn1 \ | ||
| 19 | ${PYTHON_PN}-pyopenssl \ | ||
| 20 | ${PYTHON_PN}-pysocks \ | ||
| 21 | ${PYTHON_PN}-urllib3 \ | ||
| 22 | ${PYTHON_PN}-chardet \ | ||
| 23 | ${PYTHON_PN}-idna \ | ||
| 24 | " | ||
| 25 | |||
| 26 | CVE_PRODUCT = "requests" | ||
| 27 | |||
| 28 | BBCLASSEXTEND = "native nativesdk" | ||
