From e52fcc99fa2f9c12c1776c97de31351d18e27650 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 31 May 2023 10:23:17 +0200 Subject: python3-pyproj: add missing run-time dependencies Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pyproj_3.5.0.bb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python3-pyproj_3.5.0.bb') 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 SRC_URI[sha256sum] = "9859d1591c1863414d875ae0759e72c2cffc01ab989dc64137fbac572cc81bf6" -RDEPENDS:${PN} = "python3-certifi" +RDEPENDS:${PN} = " \ + python3-certifi \ + python3-compression \ + python3-json \ + python3-logging \ + python3-profile \ +" export PROJ_INCDIR = "${STAGING_INCDIR}" export PROJ_LIBDIR = "${STAGING_LIBDIR}" -- cgit v1.2.3-54-g00ecf