summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cbor2_6.1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cbor2_6.1.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-cbor2_6.1.1.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cbor2_6.1.1.bb b/meta-python/recipes-devtools/python/python3-cbor2_6.1.1.bb
new file mode 100644
index 0000000000..4b4406ffbf
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-cbor2_6.1.1.bb
@@ -0,0 +1,24 @@
1DESCRIPTION = "An implementation of RFC 7049 - Concise Binary Object Representation (CBOR)."
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a79e64179819c7ce293372c059f1dbd8"
4DEPENDS += "python3-setuptools-scm-native"
5
6SRC_URI[sha256sum] = "6f0644869e0fdcd6f3874330b8f1cebd009f33191de43acf609dc2409cd362c4"
7
8inherit pypi python_setuptools3_rust cargo-update-recipe-crates ptest-python-pytest
9
10CARGO_SRC_DIR = "rust"
11
12require ${BPN}-crates.inc
13
14RDEPENDS:${PN}-ptest += " \
15 python3-hypothesis \
16 python3-unixadmin \
17"
18RDEPENDS:${PN} += " \
19 python3-datetime \
20"
21
22CVE_PRODUCT = "cbor2"
23
24BBCLASSEXTEND = "native nativesdk"