diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-geojson_3.0.1.bb (renamed from meta-python/recipes-devtools/python/python3-geojson_2.5.0.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-geojson_2.5.0.bb b/meta-python/recipes-devtools/python/python3-geojson_3.0.1.bb index 40cf8bda76..671fe4f23a 100644 --- a/meta-python/recipes-devtools/python/python3-geojson_2.5.0.bb +++ b/meta-python/recipes-devtools/python/python3-geojson_3.0.1.bb | |||
@@ -1,10 +1,9 @@ | |||
1 | SUMMARY = "Python bindings and utilities for GeoJSON" | 1 | SUMMARY = "Python bindings and utilities for GeoJSON" |
2 | HOMEPAGE = "https://pypi.org/project/geojson/" | 2 | HOMEPAGE = "https://pypi.org/project/geojson/" |
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=f48972abe5cddee79e301574742ed745" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=f77f2ed49768c8d4c79ba874c0f94d8a" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "14753ed28678828b1de73f68b04e2324" | 6 | SRC_URI[sha256sum] = "ff3d75acab60b1e66504a11f7ea12c104bad32ff3c410a807788663b966dee4a" |
7 | SRC_URI[sha256sum] = "6e4bb7ace4226a45d9c8c8b1348b3fc43540658359f93c3f7e03efa9f15f658a" | ||
8 | 7 | ||
9 | inherit pypi setuptools3 ptest | 8 | inherit pypi setuptools3 ptest |
10 | 9 | ||