summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Kelly <mkelly@xevo.com>2020-03-25 12:56:38 -0700
committerKhem Raj <raj.khem@gmail.com>2020-03-25 15:11:48 -0700
commit6166fb98463db1e532a3a934065d748bc037f1c4 (patch)
treea3cb09665a64e1fa4100a4c69eec27249c115f20
parent38fac5c8d0c0c62769a46d3fc2eda4d4466c0cc6 (diff)
downloadmeta-openembedded-6166fb98463db1e532a3a934065d748bc037f1c4.tar.gz
python3-pint: upgrade 0.9 -> 0.11
Also add a dependency on python3-setuptools-scm-native to make this build with the newer version. Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python-pint.inc6
-rw-r--r--meta-python/recipes-devtools/python/python3-pint_0.11.bb (renamed from meta-python/recipes-devtools/python/python3-pint_0.9.bb)0
2 files changed, 4 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-pint.inc b/meta-python/recipes-devtools/python/python-pint.inc
index b40800814..c58dc9076 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"
9 9
10inherit pypi 10inherit pypi
11 11
12SRC_URI[md5sum] = "d0681cb7cfaca9fc68ce7edab0d08d88" 12SRC_URI[md5sum] = "3a8f29c2a30efd35af4b5c5a224ef965"
13SRC_URI[sha256sum] = "32d8a9a9d63f4f81194c0014b3b742679dce81a26d45127d9810a68a561fe4e2" 13SRC_URI[sha256sum] = "308f1070500e102f83b6adfca6db53debfce2ffc5d3cbe3f6c367da359b5cf4d"
14
15DEPENDS += "python3-setuptools-scm-native"
14 16
15BBCLASSEXTEND = "native nativesdk" 17BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-python/recipes-devtools/python/python3-pint_0.9.bb b/meta-python/recipes-devtools/python/python3-pint_0.11.bb
index f793ac4ac..f793ac4ac 100644
--- a/meta-python/recipes-devtools/python/python3-pint_0.9.bb
+++ b/meta-python/recipes-devtools/python/python3-pint_0.11.bb