aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-google-api-core_2.16.2.bb
diff options
context:
space:
mode:
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.bb22
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
SRC_URI[sha256sum] = "032d37b45d1d6bdaf68fb11ff621e2593263a239fa9246e2e94325f9c47876d2"
RDEPENDS:${PN} += "\
- ${PYTHON_PN}-asyncio \
- ${PYTHON_PN}-datetime \
- ${PYTHON_PN}-logging \
- ${PYTHON_PN}-math \
+ python3-asyncio \
+ python3-datetime \
+ python3-logging \
+ python3-math \
"
RDEPENDS:${PN} += "\
- ${PYTHON_PN}-googleapis-common-protos \
- ${PYTHON_PN}-google-auth \
- ${PYTHON_PN}-grpcio \
- ${PYTHON_PN}-protobuf \
- ${PYTHON_PN}-pytz \
- ${PYTHON_PN}-requests \
- ${PYTHON_PN}-six \
+ python3-googleapis-common-protos \
+ python3-google-auth \
+ python3-grpcio \
+ python3-protobuf \
+ python3-pytz \
+ python3-requests \
+ python3-six \
"