diff options
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}" |