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 <kai.kang@windriver.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Kai Kang 2020-09-27 16:43:19 +08:00 committed by Khem Raj
parent 39185eb1d1
commit 5a0120e822
2 changed files with 9 additions and 0 deletions

View File

@ -302,6 +302,7 @@ RDEPENDS_packagegroup-meta-python3 = "\
python3-sdnotify \
python3-pycodestyle \
python3-pytest \
python3-iniconfig \
python3-speaklater \
python3-wtforms \
python3-speedtest-cli \

View File

@ -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