Also add a dependency on python3-setuptools-scm-native to make this build with the newer version.
Signed-off-by: Martin Kelly <[email protected]> --- meta-python/recipes-devtools/python/python-pint.inc | 6 ++++-- .../python/{python3-pint_0.9.bb => python3-pint_0.11.bb} | 0 2 files changed, 4 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pint_0.9.bb => python3-pint_0.11.bb} (100%) diff --git a/meta-python/recipes-devtools/python/python-pint.inc b/meta-python/recipes-devtools/python/python-pint.inc index 0900d91d7..4a9300900 100644 --- a/meta-python/recipes-devtools/python/python-pint.inc +++ b/meta-python/recipes-devtools/python/python-pint.inc @@ -9,7 +9,9 @@ PYPI_PACKAGE := "Pint" inherit pypi -SRC_URI[md5sum] = "d0681cb7cfaca9fc68ce7edab0d08d88" -SRC_URI[sha256sum] = "32d8a9a9d63f4f81194c0014b3b742679dce81a26d45127d9810a68a561fe4e2" +SRC_URI[md5sum] = "3a8f29c2a30efd35af4b5c5a224ef965" +SRC_URI[sha256sum] = "308f1070500e102f83b6adfca6db53debfce2ffc5d3cbe3f6c367da359b5cf4d" + +DEPENDS += "python3-setuptools-scm-native" BBCLASSEXTEND = "native" diff --git a/meta-python/recipes-devtools/python/python3-pint_0.9.bb b/meta-python/recipes-devtools/python/python3-pint_0.11.bb similarity index 100% rename from meta-python/recipes-devtools/python/python3-pint_0.9.bb rename to meta-python/recipes-devtools/python/python3-pint_0.11.bb -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#83499): https://lists.openembedded.org/g/openembedded-devel/message/83499 Mute This Topic: https://lists.openembedded.org/mt/72545183/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
