mirror of
https://git.yoctoproject.org/poky
synced 2026-04-07 14:02:22 +02:00
python3-certifi: upgrade 2023.5.7 -> 2023.7.22
No changelog provided. Commits:
8fb96ed (tag: 2023.07.22) 2023.07.22
afe7722 Bump actions/setup-python from 4.6.1 to 4.7.0 (#230)
2038739 Bump dessant/lock-threads from 3.0.0 to 4.0.1 (#229)
44df761 Hash pin Actions and enable dependabot (#228)
(From OE-Core rev: fdd9e8fe947479994be02b61862e4b1604f44f2d)
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2046901b48
commit
5760be9c24
16
meta/recipes-devtools/python/python3-certifi_2023.7.22.bb
Normal file
16
meta/recipes-devtools/python/python3-certifi_2023.7.22.bb
Normal file
@@ -0,0 +1,16 @@
|
||||
SUMMARY = "Python package for providing Mozilla's CA Bundle."
|
||||
DESCRIPTION = "This installable Python package contains a CA Bundle that you can reference in your \
|
||||
Python code. This is useful for verifying HTTP requests, for example. This is the same CA Bundle \
|
||||
which ships with the Requests codebase, and is derived from Mozilla Firefox's canonical set."
|
||||
HOMEPAGE = " http://certifi.io/"
|
||||
|
||||
LICENSE = "ISC"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=3c2b7404369c587c3559afb604fce2f2"
|
||||
|
||||
SRC_URI[sha256sum] = "539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
RDEPENDS:${PN} += "python3-io"
|
||||
Reference in New Issue
Block a user