summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-31 10:23:17 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-06 23:07:58 -0700
commite52fcc99fa2f9c12c1776c97de31351d18e27650 (patch)
treefae4fe2b939b6dcbbc9b3aae3583df70837bc5bb /meta-python/recipes-devtools/python
parentb2618570bbd5e2a7e91480fb0eb691be538c3c78 (diff)
downloadmeta-openembedded-e52fcc99fa2f9c12c1776c97de31351d18e27650.tar.gz
python3-pyproj: add missing run-time dependencies
Add missing RDEPENDS for this package. 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')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyproj_3.5.0.bb8
1 files changed, 7 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 0285e33aaf..918911b663 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,13 @@ inherit pypi setuptools3
10 10
11SRC_URI[sha256sum] = "9859d1591c1863414d875ae0759e72c2cffc01ab989dc64137fbac572cc81bf6" 11SRC_URI[sha256sum] = "9859d1591c1863414d875ae0759e72c2cffc01ab989dc64137fbac572cc81bf6"
12 12
13RDEPENDS:${PN} = "python3-certifi" 13RDEPENDS:${PN} = " \
14 python3-certifi \
15 python3-compression \
16 python3-json \
17 python3-logging \
18 python3-profile \
19"
14 20
15export PROJ_INCDIR = "${STAGING_INCDIR}" 21export PROJ_INCDIR = "${STAGING_INCDIR}"
16export PROJ_LIBDIR = "${STAGING_LIBDIR}" 22export PROJ_LIBDIR = "${STAGING_LIBDIR}"