From 5a0120e822666586df88eef53afcf5d75f35a0f6 Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Sun, 27 Sep 2020 16:43:19 +0800 Subject: python3-iniconfig: add recipe python3-iniconfig is required by pytest 6.1.0. And add it to packagegroup-meta-python. Signed-off-by: Kai Kang Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../recipes-core/packagegroups/packagegroup-meta-python.bb | 1 + meta-python/recipes-devtools/python/python3-iniconfig_1.0.1.bb | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-iniconfig_1.0.1.bb (limited to 'meta-python') diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index 582037be59..0f032e65e3 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 = "\ python3-sdnotify \ python3-pycodestyle \ python3-pytest \ + python3-iniconfig \ python3-speaklater \ python3-wtforms \ 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 0000000000..9ed0e033b7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-iniconfig_1.0.1.bb @@ -0,0 +1,8 @@ +SUMMARY = "A small and simple INI-file parser module" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9" + +SRC_URI[sha256sum] = "e5f92f89355a67de0595932a6c6c02ab4afddc6fcdc0bfc5becd0d60884d3f69" + +inherit pypi setuptools3 -- cgit v1.2.3-54-g00ecf