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.4.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.4.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-iniparse_0.4.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/recipes-devtools/python/python3-iniparse_0.4.bb b/meta/recipes-devtools/python/python3-iniparse_0.4.bb deleted file mode 100644 index 47cd6598cc..0000000000 --- a/meta/recipes-devtools/python/python3-iniparse_0.4.bb +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 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 = "file://0001-Add-python-3-compatibility.patch " | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "5e573e9e9733d97623881ce9bbe5eca6" | ||
| 10 | SRC_URI[sha256sum] = "abc1ee12d2cfb2506109072d6c21e40b6c75a3fe90a9c924327d80bc0d99c054" | ||
| 11 | |||
| 12 | inherit pypi distutils3 | ||
| 13 | |||
| 14 | RDEPENDS_${PN} += "python3-core python3-six" | ||
| 15 | DEPENDS += "python3-six" | ||
| 16 | |||
| 17 | BBCLASSEXTEND = "native nativesdk" | ||
