diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-07-03 00:19:23 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-05 10:59:40 +0100 |
commit | b77230c0108bd48fb93c3a39e22ed94c304f9667 (patch) | |
tree | 692d68249bf6cee7979168ce7b21af552ca35a1a /meta/recipes-devtools/python/python3-iniparse_0.5.bb | |
parent | 5dc897ffa662f824d9c993d0dc37c321812e3864 (diff) | |
download | poky-b77230c0108bd48fb93c3a39e22ed94c304f9667.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/python/python3-iniparse_0.5.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3-iniparse_0.5.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-iniparse_0.5.bb b/meta/recipes-devtools/python/python3-iniparse_0.5.bb new file mode 100644 index 0000000000..4ed82eab29 --- /dev/null +++ b/meta/recipes-devtools/python/python3-iniparse_0.5.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | SUMMARY = "Accessing and Modifying INI files" | ||
2 | HOMEPAGE = "https://pypi.org/project/iniparse/" | ||
3 | LICENSE = "MIT & PSF" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE-PSF;md5=1c78a5bb3584b353496d5f6f34edb4b2 \ | ||
5 | file://LICENSE;md5=52f28065af11d69382693b45b5a8eb54" | ||
6 | |||
7 | SRC_URI[sha256sum] = "932e5239d526e7acb504017bb707be67019ac428a6932368e6851691093aa842" | ||
8 | |||
9 | inherit pypi setuptools3 | ||
10 | |||
11 | RDEPENDS_${PN} += "python3-core python3-six" | ||
12 | DEPENDS += "python3-six" | ||
13 | |||
14 | BBCLASSEXTEND = "native nativesdk" | ||