diff options
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-iniconfig_1.0.1.bb | 8 |
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 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 = "\ | |||
| 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 0000000000..9ed0e033b7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-iniconfig_1.0.1.bb | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | SUMMARY = "A small and simple INI-file parser module" | ||
| 2 | |||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "e5f92f89355a67de0595932a6c6c02ab4afddc6fcdc0bfc5becd0d60884d3f69" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
