summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb1
-rw-r--r--meta-python/recipes-devtools/python/python3-configparser_5.2.0.bb13
2 files changed, 0 insertions, 14 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index 8af2c0fed9..d7f136e8ee 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -82,7 +82,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
82 python3-colorzero \ 82 python3-colorzero \
83 python3-configargparse \ 83 python3-configargparse \
84 python3-configobj \ 84 python3-configobj \
85 python3-configparser \
86 python3-configshell-fb \ 85 python3-configshell-fb \
87 python3-constantly \ 86 python3-constantly \
88 python3-contextlib2 \ 87 python3-contextlib2 \
diff --git a/meta-python/recipes-devtools/python/python3-configparser_5.2.0.bb b/meta-python/recipes-devtools/python/python3-configparser_5.2.0.bb
deleted file mode 100644
index e629331330..0000000000
--- a/meta-python/recipes-devtools/python/python3-configparser_5.2.0.bb
+++ /dev/null
@@ -1,13 +0,0 @@
1SUMMARY = "This module provides the ConfigParser class which implements a basic configuration language which provides a structure similar to what's found in Microsoft Windows INI files."
2SECTION = "devel/python"
3HOMEPAGE = "https://docs.python.org/3/library/configparser.html"
4LICENSE = "MIT"
5
6LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=10;endline=10;md5=23f9ad5cad3d8cc0336e2a5d8a87e1fa"
7
8SRC_URI[sha256sum] = "1b35798fdf1713f1c3139016cfcbc461f09edbf099d1fb658d4b7479fcaa3daa"
9
10DEPENDS += "${PYTHON_PN}-setuptools-scm-native ${PYTHON_PN}-toml-native"
11inherit pypi setuptools3
12
13BBCLASSEXTEND = "native nativesdk"