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 similarity index 75% rename from meta-python/recipes-devtools/python/python3-configargparse_1.7.3.bb rename to 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" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=da746463714cc35999ed9a42339f2943" -SRC_URI[sha256sum] = "76dd1a51145fb7ca82621ee08cd38ec0c6316fe27a38b9137b75667d1116399e" +SRC_URI[sha256sum] = "e3f9a7bb6be34d66b2e3c4a2f58e3045f8dfae47b0dc039f87bcfaa0f193fb0f" PYPI_PACKAGE = "configargparse" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" -inherit pypi setuptools3 +inherit pypi python_setuptools_build_meta + +DEPENDS += "python3-setuptools-scm-native" PACKAGECONFIG ?= "yaml" PACKAGECONFIG[yaml] = ",,,python3-pyyaml"