diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cbor2_5.1.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cbor2_5.1.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.1.0.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.1.0.bb new file mode 100644 index 0000000000..b42516b7d4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cbor2_5.1.0.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | DESCRIPTION = "An implementation of RFC 7049 - Concise Binary Object Representation (CBOR)." | ||
| 2 | DEPENDS +="${PYTHON_PN}-setuptools-scm-native" | ||
| 3 | |||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "43ce11e8c2fe4971d386d1a60cf83bfa0a4a667b97668ba76acbf5e6398821aa" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | RDEPENDS_${PN} += " \ | ||
| 12 | ${PYTHON_PN}-datetime \ | ||
| 13 | " | ||
| 14 | |||
| 15 | BBCLASSEXTEND = "native nativesdk" | ||
