summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorGuðni Már Gilbert <gudni.m.g@gmail.com>2024-12-04 19:09:09 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-12-09 15:23:28 +0000
commit87d7341465f8f425de4cfc8bae4e1365f19536b7 (patch)
tree3651e1578603947cf34779a6cc9961ac83af0d80 /meta/recipes-devtools/python
parent937f831a6facd4ece774a2e089c86db1a4395362 (diff)
downloadpoky-87d7341465f8f425de4cfc8bae4e1365f19536b7.tar.gz
python3-iniparse: remove recipe
There are no consumers of this recipe in openembedded-core or in meta-openembedded. The last consumer was dnf: https://git.openembedded.org/openembedded-core/commit/?id=05220b4907ab654e829d97ab68d48f76330937dd (From OE-Core rev: 5915e70469fa53600dd8926ddafcb5459df1a32c) Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-iniparse_0.5.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/recipes-devtools/python/python3-iniparse_0.5.bb b/meta/recipes-devtools/python/python3-iniparse_0.5.bb
deleted file mode 100644
index c18949014b..0000000000
--- a/meta/recipes-devtools/python/python3-iniparse_0.5.bb
+++ /dev/null
@@ -1,14 +0,0 @@
1SUMMARY = "Accessing and Modifying INI files"
2HOMEPAGE = "https://pypi.org/project/iniparse/"
3LICENSE = "MIT & PSF-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE-PSF;md5=1c78a5bb3584b353496d5f6f34edb4b2 \
5 file://LICENSE;md5=52f28065af11d69382693b45b5a8eb54"
6
7SRC_URI[sha256sum] = "932e5239d526e7acb504017bb707be67019ac428a6932368e6851691093aa842"
8
9inherit pypi setuptools3
10
11RDEPENDS:${PN} += "python3-core python3-six"
12DEPENDS += "python3-six"
13
14BBCLASSEXTEND = "native nativesdk"