mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +00:00
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>
This commit is contained in:
committed by
Khem Raj
parent
b2618570bb
commit
e52fcc99fa
@@ -10,7 +10,13 @@ inherit pypi setuptools3
|
|||||||
|
|
||||||
SRC_URI[sha256sum] = "9859d1591c1863414d875ae0759e72c2cffc01ab989dc64137fbac572cc81bf6"
|
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_INCDIR = "${STAGING_INCDIR}"
|
||||||
export PROJ_LIBDIR = "${STAGING_LIBDIR}"
|
export PROJ_LIBDIR = "${STAGING_LIBDIR}"
|
||||||
|
|||||||
Reference in New Issue
Block a user