| Andrew Geissler | 2ee498a | 2020-05-29 15:52:06 -0500 | [diff] [blame] | 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" | ||||