summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb1
-rw-r--r--meta-python/recipes-devtools/python/python3-iniconfig_1.0.1.bb8
2 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
index 582037be5..0f032e65e 100644
--- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
+++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb
@@ -302,6 +302,7 @@ RDEPENDS_packagegroup-meta-python3 = "\
302 python3-sdnotify \ 302 python3-sdnotify \
303 python3-pycodestyle \ 303 python3-pycodestyle \
304 python3-pytest \ 304 python3-pytest \
305 python3-iniconfig \
305 python3-speaklater \ 306 python3-speaklater \
306 python3-wtforms \ 307 python3-wtforms \
307 python3-speedtest-cli \ 308 python3-speedtest-cli \
diff --git a/meta-python/recipes-devtools/python/python3-iniconfig_1.0.1.bb b/meta-python/recipes-devtools/python/python3-iniconfig_1.0.1.bb
new file mode 100644
index 000000000..9ed0e033b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-iniconfig_1.0.1.bb
@@ -0,0 +1,8 @@
1SUMMARY = "A small and simple INI-file parser module"
2
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9"
5
6SRC_URI[sha256sum] = "e5f92f89355a67de0595932a6c6c02ab4afddc6fcdc0bfc5becd0d60884d3f69"
7
8inherit pypi setuptools3