summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cbor2_5.6.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cbor2_5.6.5.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-cbor2_5.6.5.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.6.5.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.6.5.bb
new file mode 100644
index 0000000000..834bad6865
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-cbor2_5.6.5.bb
@@ -0,0 +1,18 @@
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] = "b682820677ee1dbba45f7da11898d2720f92e06be36acec290867d5ebf3d7e09"
7
8inherit pypi python_setuptools_build_meta ptest-python-pytest
9
10RDEPENDS:${PN}-ptest += " \
11 python3-hypothesis \
12 python3-unixadmin \
13"
14RDEPENDS:${PN} += " \
15 python3-datetime \
16"
17
18BBCLASSEXTEND = "native nativesdk"