blob: b5812d90c342279a5b9e1dea7e0f6785db2f8cba [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001SUMMARY = "Accessing and Modifying INI files"
Andrew Geisslerd25ed322020-06-27 00:28:28 -05002HOMEPAGE = "https://pypi.org/project/iniparse/"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05003LICENSE = "MIT & PSF"
4LIC_FILES_CHKSUM = "file://LICENSE-PSF;md5=1c78a5bb3584b353496d5f6f34edb4b2 \
5 file://LICENSE;md5=52f28065af11d69382693b45b5a8eb54"
6
Andrew Geissler5f350902021-07-23 13:09:54 -04007SRC_URI[sha256sum] = "932e5239d526e7acb504017bb707be67019ac428a6932368e6851691093aa842"
Brad Bishop316dfdd2018-06-25 12:45:53 -04008
Andrew Geissler5f350902021-07-23 13:09:54 -04009inherit pypi setuptools3
Brad Bishop6e60e8b2018-02-01 10:27:11 -050010
Patrick Williams213cb262021-08-07 19:21:33 -050011RDEPENDS:${PN} += "python3-core python3-six"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050012DEPENDS += "python3-six"
13
14BBCLASSEXTEND = "native nativesdk"