summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cbor2_5.6.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cbor2_5.6.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-cbor2_5.6.4.bb34
1 files changed, 34 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.6.4.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.6.4.bb
new file mode 100644
index 0000000000..a5c4154e49
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-cbor2_5.6.4.bb
@@ -0,0 +1,34 @@
1DESCRIPTION = "An implementation of RFC 7049 - Concise Binary Object Representation (CBOR)."
2DEPENDS +="python3-setuptools-scm-native"
3
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a79e64179819c7ce293372c059f1dbd8"
6
7SRC_URI[sha256sum] = "1c533c50dde86bef1c6950602054a0ffa3c376e8b0e20c7b8f5b108793f6983e"
8
9inherit pypi python_setuptools_build_meta ptest
10
11DEPENDS += "python3-setuptools-scm-native"
12
13SRC_URI += " \
14 file://run-ptest \
15 file://CVE-2025-64076.patch \
16"
17
18RDEPENDS:${PN}-ptest += " \
19 python3-hypothesis \
20 python3-pytest \
21 python3-unittest-automake-output \
22 python3-unixadmin \
23"
24
25do_install_ptest() {
26 install -d ${D}${PTEST_PATH}/tests
27 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
28}
29
30RDEPENDS:${PN} += " \
31 python3-datetime \
32"
33
34BBCLASSEXTEND = "native nativesdk"