blob: f8e6281a183cdb9191f924b4ad04b5fcf6a35fc1 [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
Patrick Williams213cb262021-08-07 19:21:33 -050013RDEPENDS:${PN} += "snappy"
Andrew Geissler2ee498a2020-05-29 15:52:06 -050014
15BBCLASSEXTEND = "native nativesdk"