blob: 64787feecc71992627b1c8e6570fa006dc2a11e3 [file] [log] [blame]
Andrew Geissler2ee498a2020-05-29 15:52:06 -05001DESCRIPTION = "Python library for the snappy compression library from Google"
2DEPENDS += "snappy"
3
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=b3090152f53ee19f6a7b64b1a36384fb"
6
Andrew Geisslereef63862021-01-29 15:58:13 -06007SRC_URI[sha256sum] = "168a98d3f597b633cfeeae7fe1c78a8dfd81f018b866cf7ce9e4c56086af891a"
Andrew Geissler2ee498a2020-05-29 15:52:06 -05008
9inherit pypi setuptools3
10
11PYPI_PACKAGE = "python-snappy"
12
13RDEPENDS_${PN} += "snappy"
14
15BBCLASSEXTEND = "native nativesdk"