summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyproj_3.5.0.bb
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-31 10:23:15 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-06 23:07:58 -0700
commitf6a169127bc8cf88675a5f5a070843bf3ff5dcf7 (patch)
tree19fd503a6cefbf763b86e4f71a1790500e1d385f /meta-python/recipes-devtools/python/python3-pyproj_3.5.0.bb
parent2634a0b86c993eba592729d8c265cac9c476f284 (diff)
downloadmeta-openembedded-f6a169127bc8cf88675a5f5a070843bf3ff5dcf7.tar.gz
python3-pyproj: don't use PYTHON_PN
We no longer support python2. Drop PYTHON_PN and use python3 explicitly. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyproj_3.5.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyproj_3.5.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyproj_3.5.0.bb b/meta-python/recipes-devtools/python/python3-pyproj_3.5.0.bb
index f67090da7..0847a6e91 100644
--- a/meta-python/recipes-devtools/python/python3-pyproj_3.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pyproj_3.5.0.bb
@@ -10,7 +10,7 @@ inherit pypi setuptools3
10 10
11SRC_URI[sha256sum] = "9859d1591c1863414d875ae0759e72c2cffc01ab989dc64137fbac572cc81bf6" 11SRC_URI[sha256sum] = "9859d1591c1863414d875ae0759e72c2cffc01ab989dc64137fbac572cc81bf6"
12 12
13RDEPENDS:${PN} = "${PYTHON_PN}-certifi proj" 13RDEPENDS:${PN} = "python3-certifi proj"
14 14
15export PROJ_INCDIR = "${STAGING_INCDIR}" 15export PROJ_INCDIR = "${STAGING_INCDIR}"
16export PROJ_LIBDIR = "${STAGING_LIBDIR}" 16export PROJ_LIBDIR = "${STAGING_LIBDIR}"