blob: daed712362eeb68090c2058d1d169bd451eb7fa3 [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001SUMMARY = "Python package for providing Mozilla's CA Bundle."
2DESCRIPTION = "This installable Python package contains a CA Bundle that you can reference in your \
3Python code. This is useful for verifying HTTP requests, for example. This is the same CA Bundle \
4which ships with the Requests codebase, and is derived from Mozilla Firefox's canonical set."
5HOMEPAGE = " http://certifi.io/"
6
7LICENSE = "ISC"
Patrick Williamsda295312023-12-05 16:48:56 -06008LIC_FILES_CHKSUM = "file://LICENSE;md5=11618cb6a975948679286b1211bd573c"
Andrew Geissler517393d2023-01-13 08:55:19 -06009
Patrick Williamsda295312023-12-05 16:48:56 -060010SRC_URI[sha256sum] = "9b469f3a900bf28dc19b8cfbf8019bf47f7fdd1a65a1d4ffb98fc14166beb4d1"
Andrew Geissler517393d2023-01-13 08:55:19 -060011
12inherit pypi setuptools3
13
14BBCLASSEXTEND = "native nativesdk"
Patrick Williamse760df82023-05-26 11:10:49 -050015
16RDEPENDS:${PN} += "python3-io"