There was an error while loading. Please reload this page.
1 parent 79f976c commit 22d5a66Copy full SHA for 22d5a66
1 file changed
meta-protos/meta-python/recipes-core/python/python3-iniparse/python3-iniparse_0.5.bb
@@ -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