diff options
| author | Trevor Gamblin <tgamblin@baylibre.com> | 2024-05-21 13:04:40 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-05-23 11:26:39 +0100 |
| commit | 7b7ffde50dbc20f101c83059c953347766fbfd5e (patch) | |
| tree | dc1635a5dfe85bf05d116ba8d69e0d67d179da30 /meta/recipes-devtools/python/python3-requests_2.31.0.bb | |
| parent | d6c11c404ba0a524974e8825d50a82ea682884b2 (diff) | |
| download | poky-7b7ffde50dbc20f101c83059c953347766fbfd5e.tar.gz | |
python3-requests: upgrade 2.31.0 -> 2.32.1
Also transition to using python_setuptools_build_meta.
Changelog: https://requests.readthedocs.io/en/latest/community/updates/#release-history
(From OE-Core rev: 5c64da0ac62e780d0525c1a373aed706496a9a19)
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-requests_2.31.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-requests_2.31.0.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta/recipes-devtools/python/python3-requests_2.31.0.bb b/meta/recipes-devtools/python/python3-requests_2.31.0.bb deleted file mode 100644 index df48cd54c3..0000000000 --- a/meta/recipes-devtools/python/python3-requests_2.31.0.bb +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | SUMMARY = "Python HTTP for Humans." | ||
| 2 | HOMEPAGE = "http://python-requests.org" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += " \ | ||
| 11 | python3-email \ | ||
| 12 | python3-json \ | ||
| 13 | python3-ndg-httpsclient \ | ||
| 14 | python3-netserver \ | ||
| 15 | python3-pyasn1 \ | ||
| 16 | python3-pyopenssl \ | ||
| 17 | python3-pysocks \ | ||
| 18 | python3-urllib3 \ | ||
| 19 | python3-chardet \ | ||
| 20 | python3-idna \ | ||
| 21 | python3-compression \ | ||
| 22 | " | ||
| 23 | |||
| 24 | CVE_PRODUCT = "requests" | ||
| 25 | |||
| 26 | BBCLASSEXTEND = "native nativesdk" | ||
