blob: b6c40921c3d5e34a85985f33bb675a7fa06404f0 [file] [log] [blame]
Andrew Geisslerc5535c92023-01-27 16:10:19 -06001SUMMARY = "Pure-Python Reed Solomon encoder/decoder"
2HOMEPAGE = "https://github.com/tomerfiliba/reedsolomon"
3LICENSE = "MIT-0 | Unlicense"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=ffde61aeb8917e70e0257e0a4b6d103c"
5
Andrew Geissler6aa7eec2023-03-03 12:41:14 -06006SRC_URI[sha256sum] = "c1359f02742751afe0f1c0de9f0772cc113835aa2855d2db420ea24393c87732"
Andrew Geisslerc5535c92023-01-27 16:10:19 -06007
8inherit pypi setuptools3
9
10RDEPENDS:${PN} += "python3-core"