summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
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.bb2
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"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=da746463714cc35999ed9a42339f2943" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=da746463714cc35999ed9a42339f2943"
5 5
6SRC_URI[sha256sum] = "76dd1a51145fb7ca82621ee08cd38ec0c6316fe27a38b9137b75667d1116399e" 6SRC_URI[sha256sum] = "e3f9a7bb6be34d66b2e3c4a2f58e3045f8dfae47b0dc039f87bcfaa0f193fb0f"
7 7
8PYPI_PACKAGE = "configargparse" 8PYPI_PACKAGE = "configargparse"
9UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" 9UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
10 10
11inherit pypi setuptools3 11inherit pypi python_setuptools_build_meta
12
13DEPENDS += "python3-setuptools-scm-native"
12 14
13PACKAGECONFIG ?= "yaml" 15PACKAGECONFIG ?= "yaml"
14PACKAGECONFIG[yaml] = ",,,python3-pyyaml" 16PACKAGECONFIG[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
20S = "${UNPACKDIR}/pyicu-${PV}" 20S = "${UNPACKDIR}/pyicu-${PV}"
21
22BBCLASSEXTEND = "native nativesdk"