diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:23:16 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:58 -0700 |
commit | b2618570bbd5e2a7e91480fb0eb691be538c3c78 (patch) | |
tree | 90fb0159f0b672bf1e6d4b7e08110faf0f4f11b5 /meta-python/recipes-devtools/python | |
parent | f6a169127bc8cf88675a5f5a070843bf3ff5dcf7 (diff) | |
download | meta-openembedded-b2618570bbd5e2a7e91480fb0eb691be538c3c78.tar.gz |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyproj_3.5.0.bb | 2 |
1 files changed, 1 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 0847a6e91..0285e33aa 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,7 @@ inherit pypi setuptools3 | |||
10 | 10 | ||
11 | SRC_URI[sha256sum] = "9859d1591c1863414d875ae0759e72c2cffc01ab989dc64137fbac572cc81bf6" | 11 | SRC_URI[sha256sum] = "9859d1591c1863414d875ae0759e72c2cffc01ab989dc64137fbac572cc81bf6" |
12 | 12 | ||
13 | RDEPENDS:${PN} = "python3-certifi proj" | 13 | RDEPENDS:${PN} = "python3-certifi" |
14 | 14 | ||
15 | export PROJ_INCDIR = "${STAGING_INCDIR}" | 15 | export PROJ_INCDIR = "${STAGING_INCDIR}" |
16 | export PROJ_LIBDIR = "${STAGING_LIBDIR}" | 16 | export PROJ_LIBDIR = "${STAGING_LIBDIR}" |