Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 1 | SUMMARY = "Accessing and Modifying INI files" |
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/iniparse/" |
| 3 | LICENSE = "MIT & PSF" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE-PSF;md5=1c78a5bb3584b353496d5f6f34edb4b2 \ |
| 5 | file://LICENSE;md5=52f28065af11d69382693b45b5a8eb54" |
| 6 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 7 | SRC_URI = "file://0001-Add-python-3-compatibility.patch " |
| 8 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 9 | SRC_URI[md5sum] = "5e573e9e9733d97623881ce9bbe5eca6" |
| 10 | SRC_URI[sha256sum] = "abc1ee12d2cfb2506109072d6c21e40b6c75a3fe90a9c924327d80bc0d99c054" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 11 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 12 | inherit pypi distutils3 |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 13 | |
| 14 | RDEPENDS_${PN} += "python3-core python3-six" |
| 15 | DEPENDS += "python3-six" |
| 16 | |
| 17 | BBCLASSEXTEND = "native nativesdk" |