python3-pyproj: drop unnecessary run-time dependency

libproj is already included in the rootfs as it's in recipe's DEPENDS.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Bartosz Golaszewski 2023-05-31 10:23:16 +02:00 committed by Khem Raj
parent f6a169127b
commit b2618570bb

View File

@ -10,7 +10,7 @@ inherit pypi setuptools3
SRC_URI[sha256sum] = "9859d1591c1863414d875ae0759e72c2cffc01ab989dc64137fbac572cc81bf6"
RDEPENDS:${PN} = "python3-certifi proj"
RDEPENDS:${PN} = "python3-certifi"
export PROJ_INCDIR = "${STAGING_INCDIR}"
export PROJ_LIBDIR = "${STAGING_LIBDIR}"