diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-configargparse_1.7.5.bb (renamed from meta-python/recipes-devtools/python/python3-configargparse_1.7.3.bb) | 6 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-icu_2.16.2.bb | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-configargparse_1.7.3.bb b/meta-python/recipes-devtools/python/python3-configargparse_1.7.5.bb index 6715abab3a..49df56d75b 100644 --- a/meta-python/recipes-devtools/python/python3-configargparse_1.7.3.bb +++ b/meta-python/recipes-devtools/python/python3-configargparse_1.7.5.bb | |||
| @@ -3,12 +3,14 @@ HOMEPAGE = "https://github.com/bw2/ConfigArgParse" | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=da746463714cc35999ed9a42339f2943" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=da746463714cc35999ed9a42339f2943" |
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "76dd1a51145fb7ca82621ee08cd38ec0c6316fe27a38b9137b75667d1116399e" | 6 | SRC_URI[sha256sum] = "e3f9a7bb6be34d66b2e3c4a2f58e3045f8dfae47b0dc039f87bcfaa0f193fb0f" |
| 7 | 7 | ||
| 8 | PYPI_PACKAGE = "configargparse" | 8 | PYPI_PACKAGE = "configargparse" |
| 9 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | 9 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" |
| 10 | 10 | ||
| 11 | inherit pypi setuptools3 | 11 | inherit pypi python_setuptools_build_meta |
| 12 | |||
| 13 | DEPENDS += "python3-setuptools-scm-native" | ||
| 12 | 14 | ||
| 13 | PACKAGECONFIG ?= "yaml" | 15 | PACKAGECONFIG ?= "yaml" |
| 14 | PACKAGECONFIG[yaml] = ",,,python3-pyyaml" | 16 | PACKAGECONFIG[yaml] = ",,,python3-pyyaml" |
diff --git a/meta-python/recipes-devtools/python/python3-icu_2.16.2.bb b/meta-python/recipes-devtools/python/python3-icu_2.16.2.bb index bfc37c2763..ca7cca4457 100644 --- a/meta-python/recipes-devtools/python/python3-icu_2.16.2.bb +++ b/meta-python/recipes-devtools/python/python3-icu_2.16.2.bb | |||
| @@ -18,3 +18,5 @@ inherit pkgconfig pypi python_setuptools_build_meta | |||
| 18 | 18 | ||
| 19 | # it's lowercase pyicu instead of ${PYPI_PACKAGE} in this version | 19 | # it's lowercase pyicu instead of ${PYPI_PACKAGE} in this version |
| 20 | S = "${UNPACKDIR}/pyicu-${PV}" | 20 | S = "${UNPACKDIR}/pyicu-${PV}" |
| 21 | |||
| 22 | BBCLASSEXTEND = "native nativesdk" | ||
