diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cbor2_5.9.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cbor2_5.9.0.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.9.0.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.9.0.bb new file mode 100644 index 0000000000..42d661ead3 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cbor2_5.9.0.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | DESCRIPTION = "An implementation of RFC 7049 - Concise Binary Object Representation (CBOR)." | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a79e64179819c7ce293372c059f1dbd8" | ||
| 4 | DEPENDS += "python3-setuptools-scm-native" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "85c7a46279ac8f226e1059275221e6b3d0e370d2bb6bd0500f9780781615bcea" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta ptest-python-pytest | ||
| 9 | |||
| 10 | RDEPENDS:${PN}-ptest += " \ | ||
| 11 | python3-hypothesis \ | ||
| 12 | python3-unixadmin \ | ||
| 13 | " | ||
| 14 | RDEPENDS:${PN} += " \ | ||
| 15 | python3-datetime \ | ||
| 16 | " | ||
| 17 | |||
| 18 | CVE_PRODUCT = "cbor2" | ||
| 19 | |||
| 20 | BBCLASSEXTEND = "native nativesdk" | ||
