diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-u-msgpack-python_2.6.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-u-msgpack-python_2.6.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.6.0.bb b/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.6.0.bb new file mode 100644 index 0000000000..6d2e0e0c32 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.6.0.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | DESCRIPTION = "A portable, lightweight MessagePack serializer and deserializer written in pure Python." | ||
| 2 | |||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9eb4691bcb66360acee473a8cf75f594" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "754edb07eaee39a9686a99823892e3a1be4e0948d9cc5c717946750c27643c9c" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | RDEPENDS_${PN} += " \ | ||
| 11 | ${PYTHON_PN}-datetime \ | ||
| 12 | " | ||
| 13 | |||
| 14 | BBCLASSEXTEND = "native nativesdk" | ||
