diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:23:17 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:58 -0700 |
commit | e52fcc99fa2f9c12c1776c97de31351d18e27650 (patch) | |
tree | fae4fe2b939b6dcbbc9b3aae3583df70837bc5bb /meta-python/recipes-devtools/python | |
parent | b2618570bbd5e2a7e91480fb0eb691be538c3c78 (diff) | |
download | meta-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.bb | 8 |
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 | ||
11 | SRC_URI[sha256sum] = "9859d1591c1863414d875ae0759e72c2cffc01ab989dc64137fbac572cc81bf6" | 11 | SRC_URI[sha256sum] = "9859d1591c1863414d875ae0759e72c2cffc01ab989dc64137fbac572cc81bf6" |
12 | 12 | ||
13 | RDEPENDS:${PN} = "python3-certifi" | 13 | RDEPENDS:${PN} = " \ |
14 | python3-certifi \ | ||
15 | python3-compression \ | ||
16 | python3-json \ | ||
17 | python3-logging \ | ||
18 | python3-profile \ | ||
19 | " | ||
14 | 20 | ||
15 | export PROJ_INCDIR = "${STAGING_INCDIR}" | 21 | export PROJ_INCDIR = "${STAGING_INCDIR}" |
16 | export PROJ_LIBDIR = "${STAGING_LIBDIR}" | 22 | export PROJ_LIBDIR = "${STAGING_LIBDIR}" |