Skip to content

Commit 22d5a66

Browse files
authored
Add python3-iniparse (#93)
The package was removed from openembedded-core after styhead (Yocto Project 5.1).
1 parent 79f976c commit 22d5a66

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
SUMMARY = "Accessing and Modifying INI files"
2+
DESCRIPTION = "Python iniparse module with patches from Fedora project"
3+
HOMEPAGE = "https://github.com/candlepin/python-iniparse"
4+
BUGTRACKER = "https://github.com/candlepin/python-iniparse/issues"
5+
SECTION = "development"
6+
LICENSE = "MIT & PSF-2.0"
7+
LIC_FILES_CHKSUM = "file://LICENSE-PSF;md5=1c78a5bb3584b353496d5f6f34edb4b2 \
8+
file://LICENSE;md5=52f28065af11d69382693b45b5a8eb54"
9+
10+
SRC_URI[sha256sum] = "932e5239d526e7acb504017bb707be67019ac428a6932368e6851691093aa842"
11+
12+
inherit pypi setuptools3
13+
14+
DEPENDS += "python3-six"
15+
RDEPENDS:${PN} += "python3-core python3-six"
16+
17+
BBCLASSEXTEND = "native nativesdk"

0 commit comments

Comments
 (0)