mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
2025.08.03: https://github.com/certifi/python-certifi/pull/3624c1bfa53ef2025.07.14: https://github.com/certifi/python-certifi/pull/3591c50d2bb6aComparing changes: https://github.com/certifi/python-certifi/compare/2025.07.09...2025.08.03 (From OE-Core rev: 6067498b14ca5d90640169384e51aa9cf5c1b8e2) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
680 B
BlitzBasic
17 lines
680 B
BlitzBasic
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=11618cb6a975948679286b1211bd573c"
|
|
|
|
SRC_URI[sha256sum] = "e564105f78ded564e3ae7c923924435e1daa7463faeab5bb932bc53ffae63407"
|
|
|
|
inherit pypi python_setuptools_build_meta
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
RDEPENDS:${PN} += "python3-io"
|