summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyproj_3.5.0.bb (renamed from meta-python/recipes-devtools/python/python3-pyproj_3.4.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyproj_3.4.1.bb b/meta-python/recipes-devtools/python/python3-pyproj_3.5.0.bb
index 49e5555fd..f67090da7 100644
--- a/meta-python/recipes-devtools/python/python3-pyproj_3.4.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pyproj_3.5.0.bb
@@ -1,6 +1,6 @@
1SUMMARY = "Python interface to PROJ (cartographic projections and coordinate transformations library)" 1SUMMARY = "Python interface to PROJ (cartographic projections and coordinate transformations library)"
2LICENSE = "MIT" 2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=dc4bb2668871655e24030dfe8d2a7ce7" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=873757af01d2d221eedb422c4c1dd163"
4DEPENDS = "python3-cython proj" 4DEPENDS = "python3-cython proj"
5DEPENDS:append:class-target = " python3-cython-native proj-native" 5DEPENDS:append:class-target = " python3-cython-native proj-native"
6 6
@@ -8,7 +8,7 @@ PYPI_PACKAGE = "pyproj"
8 8
9inherit pypi setuptools3 9inherit pypi setuptools3
10 10
11SRC_URI[sha256sum] = "261eb29b1d55b1eb7f336127344d9b31284d950a9446d1e0d1c2411f7dd8e3ac" 11SRC_URI[sha256sum] = "9859d1591c1863414d875ae0759e72c2cffc01ab989dc64137fbac572cc81bf6"
12 12
13RDEPENDS:${PN} = "${PYTHON_PN}-certifi proj" 13RDEPENDS:${PN} = "${PYTHON_PN}-certifi proj"
14 14