diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-google-api-core_2.16.2.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-google-api-core_2.16.2.bb | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/meta-python/recipes-devtools/python/python3-google-api-core_2.16.2.bb b/meta-python/recipes-devtools/python/python3-google-api-core_2.16.2.bb index 4d13b2e78e..ecb15ba3c5 100644 --- a/meta-python/recipes-devtools/python/python3-google-api-core_2.16.2.bb +++ b/meta-python/recipes-devtools/python/python3-google-api-core_2.16.2.bb | |||
@@ -8,18 +8,18 @@ inherit pypi setuptools3 | |||
8 | SRC_URI[sha256sum] = "032d37b45d1d6bdaf68fb11ff621e2593263a239fa9246e2e94325f9c47876d2" | 8 | SRC_URI[sha256sum] = "032d37b45d1d6bdaf68fb11ff621e2593263a239fa9246e2e94325f9c47876d2" |
9 | 9 | ||
10 | RDEPENDS:${PN} += "\ | 10 | RDEPENDS:${PN} += "\ |
11 | ${PYTHON_PN}-asyncio \ | 11 | python3-asyncio \ |
12 | ${PYTHON_PN}-datetime \ | 12 | python3-datetime \ |
13 | ${PYTHON_PN}-logging \ | 13 | python3-logging \ |
14 | ${PYTHON_PN}-math \ | 14 | python3-math \ |
15 | " | 15 | " |
16 | 16 | ||
17 | RDEPENDS:${PN} += "\ | 17 | RDEPENDS:${PN} += "\ |
18 | ${PYTHON_PN}-googleapis-common-protos \ | 18 | python3-googleapis-common-protos \ |
19 | ${PYTHON_PN}-google-auth \ | 19 | python3-google-auth \ |
20 | ${PYTHON_PN}-grpcio \ | 20 | python3-grpcio \ |
21 | ${PYTHON_PN}-protobuf \ | 21 | python3-protobuf \ |
22 | ${PYTHON_PN}-pytz \ | 22 | python3-pytz \ |
23 | ${PYTHON_PN}-requests \ | 23 | python3-requests \ |
24 | ${PYTHON_PN}-six \ | 24 | python3-six \ |
25 | " | 25 | " |