diff options
author | Ross Burton <ross.burton@arm.com> | 2022-03-10 13:25:17 +0000 |
---|---|---|
committer | Trevor Gamblin <trevor.gamblin@windriver.com> | 2022-03-11 08:48:38 -0500 |
commit | ce9f9e98c762ae3b14de637e0d14f51e58f7b346 (patch) | |
tree | a16ccf1d3c2615b05f98319b50a822d9ab6c65de /meta-python | |
parent | b2ad05a178898c60396947234874b772dd583cb3 (diff) | |
download | meta-openembedded-ce9f9e98c762ae3b14de637e0d14f51e58f7b346.tar.gz |
python3-configparser: remove, not needed for Python 3
This is a backport of the Python 3 configparser for Python 2 users, so
obviously it makes no sense to have for Python 3.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | 1 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-configparser_5.2.0.bb | 13 |
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 @@ | |||
1 | SUMMARY = "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." | ||
2 | SECTION = "devel/python" | ||
3 | HOMEPAGE = "https://docs.python.org/3/library/configparser.html" | ||
4 | LICENSE = "MIT" | ||
5 | |||
6 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=10;endline=10;md5=23f9ad5cad3d8cc0336e2a5d8a87e1fa" | ||
7 | |||
8 | SRC_URI[sha256sum] = "1b35798fdf1713f1c3139016cfcbc461f09edbf099d1fb658d4b7479fcaa3daa" | ||
9 | |||
10 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native ${PYTHON_PN}-toml-native" | ||
11 | inherit pypi setuptools3 | ||
12 | |||
13 | BBCLASSEXTEND = "native nativesdk" | ||