mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 16:43:51 +00:00
python3-pyproj: don't use PYTHON_PN
We no longer support python2. Drop PYTHON_PN and use python3 explicitly. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
2634a0b86c
commit
f6a169127b
@ -10,7 +10,7 @@ inherit pypi setuptools3
|
||||
|
||||
SRC_URI[sha256sum] = "9859d1591c1863414d875ae0759e72c2cffc01ab989dc64137fbac572cc81bf6"
|
||||
|
||||
RDEPENDS:${PN} = "${PYTHON_PN}-certifi proj"
|
||||
RDEPENDS:${PN} = "python3-certifi proj"
|
||||
|
||||
export PROJ_INCDIR = "${STAGING_INCDIR}"
|
||||
export PROJ_LIBDIR = "${STAGING_LIBDIR}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user