diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-02-28 15:32:38 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-03-01 09:28:51 +0000 |
| commit | 071b322b1911c620e7ae559a64e569823e43d883 (patch) | |
| tree | e6ed2e0ebd3090a620bac9e0112834846b50bdf8 /meta/recipes-devtools/python/python3-certifi_2024.2.2.bb | |
| parent | 72208b87059981f7d208dc2a2a99bcebc6a30199 (diff) | |
| download | poky-071b322b1911c620e7ae559a64e569823e43d883.tar.gz | |
python3-certifi: upgrade 2023.11.17 -> 2024.2.2
(From OE-Core rev: d606655c7adef60a42ea346018d0e79c7c1832b5)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-certifi_2024.2.2.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-certifi_2024.2.2.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-certifi_2024.2.2.bb b/meta/recipes-devtools/python/python3-certifi_2024.2.2.bb new file mode 100644 index 0000000000..4e61b8d9d4 --- /dev/null +++ b/meta/recipes-devtools/python/python3-certifi_2024.2.2.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | SUMMARY = "Python package for providing Mozilla's CA Bundle." | ||
| 2 | DESCRIPTION = "This installable Python package contains a CA Bundle that you can reference in your \ | ||
| 3 | Python code. This is useful for verifying HTTP requests, for example. This is the same CA Bundle \ | ||
| 4 | which ships with the Requests codebase, and is derived from Mozilla Firefox's canonical set." | ||
| 5 | HOMEPAGE = " http://certifi.io/" | ||
| 6 | |||
| 7 | LICENSE = "ISC" | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=11618cb6a975948679286b1211bd573c" | ||
| 9 | |||
| 10 | SRC_URI[sha256sum] = "0569859f95fc761b18b45ef421b1290a0f65f147e92a1e5eb3e635f9a5e4e66f" | ||
| 11 | |||
| 12 | inherit pypi setuptools3 | ||
| 13 | |||
| 14 | BBCLASSEXTEND = "native nativesdk" | ||
| 15 | |||
| 16 | RDEPENDS:${PN} += "python3-io" | ||
