Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | SUMMARY = "A Python module for generating objects that compute the Cyclic Redundancy Check." |
| 2 | HOMEPAGE = "https://pypi.org/project/crcmod" |
| 3 | LICENSE = "MIT" |
| 4 | SECTION = "devel/python" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f9a19291627cad2d1dfbfcf3c9fb85c2" |
| 6 | |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 7 | SRC_URI += "file://0001-setup.py-use-setuptools-instead-of-distutils.patch" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 8 | SRC_URI[sha256sum] = "dc7051a0db5f2bd48665a990d3ec1cc305a466a77358ca4492826f41f283601e" |
| 9 | |
| 10 | inherit pypi setuptools3 |
| 11 | |
Patrick Williams | 3965356 | 2024-03-01 08:54:02 -0600 | [diff] [blame] | 12 | RDEPENDS:${PN} += "python3-unittest" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 13 | |
| 14 | BBCLASSEXTEND = "native nativesdk" |