mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
python3-iniparse: update 0.4 -> 0.5
Drop the python3 compatibility patch (upstream is back from the dead and fixed it). (From OE-Core rev: a721edc1faccfdb7fc939fe7284a641485135f2f) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5dc897ffa6
commit
b77230c010
14
meta/recipes-devtools/python/python3-iniparse_0.5.bb
Normal file
14
meta/recipes-devtools/python/python3-iniparse_0.5.bb
Normal file
@@ -0,0 +1,14 @@
|
||||
SUMMARY = "Accessing and Modifying INI files"
|
||||
HOMEPAGE = "https://pypi.org/project/iniparse/"
|
||||
LICENSE = "MIT & PSF"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE-PSF;md5=1c78a5bb3584b353496d5f6f34edb4b2 \
|
||||
file://LICENSE;md5=52f28065af11d69382693b45b5a8eb54"
|
||||
|
||||
SRC_URI[sha256sum] = "932e5239d526e7acb504017bb707be67019ac428a6932368e6851691093aa842"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "python3-core python3-six"
|
||||
DEPENDS += "python3-six"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user