mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
39185eb1d1
commit
5a0120e822
|
|
@ -302,6 +302,7 @@ RDEPENDS_packagegroup-meta-python3 = "\
|
|||
python3-sdnotify \
|
||||
python3-pycodestyle \
|
||||
python3-pytest \
|
||||
python3-iniconfig \
|
||||
python3-speaklater \
|
||||
python3-wtforms \
|
||||
python3-speedtest-cli \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in New Issue
Block a user