python3-pint: Upgrade 0.16 -> 0.16.1

Upgrade to release 0.16.1:

- Fix unpickling, now it is using the APP_REGISTRY as expected.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Leon Anavi
2020-09-23 10:58:27 +03:00
committed by Khem Raj
parent 69b2bca15e
commit 26b4a9aa6f

View File

@@ -10,8 +10,8 @@ PYPI_PACKAGE := "Pint"
inherit pypi ptest setuptools3
SRC_URI[md5sum] = "ec78e4e42512b93f80b9093416ad7417"
SRC_URI[sha256sum] = "e437420e65fa72a2805f4036f986669c48d54944eeb0e47c8ba16f98cbdcd599"
SRC_URI[md5sum] = "d4a7bbdf505dee964eb1e5e6e7f80c34"
SRC_URI[sha256sum] = "d43a2e9ae003164978b60fdf8cd920d8581e1a5991df8dded29b00f4850ec83a"
DEPENDS += "python3-setuptools-scm-native"