summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-google-api-core_2.19.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-google-api-core_2.19.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-google-api-core_2.19.0.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-python/recipes-devtools/python/python3-google-api-core_2.19.0.bb b/meta-python/recipes-devtools/python/python3-google-api-core_2.19.0.bb
deleted file mode 100644
index d177fcde5f..0000000000
--- a/meta-python/recipes-devtools/python/python3-google-api-core_2.19.0.bb
+++ /dev/null
@@ -1,25 +0,0 @@
1DESCRIPTION = "Google API client core library"
2HOMEPAGE = "https://github.com/googleapis/python-api-core"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
5
6inherit pypi setuptools3
7
8SRC_URI[sha256sum] = "cf1b7c2694047886d2af1128a03ae99e391108a08804f87cfd35970e49c9cd10"
9
10RDEPENDS:${PN} += "\
11 python3-asyncio \
12 python3-datetime \
13 python3-logging \
14 python3-math \
15"
16
17RDEPENDS:${PN} += "\
18 python3-googleapis-common-protos \
19 python3-google-auth \
20 python3-grpcio \
21 python3-protobuf \
22 python3-pytz \
23 python3-requests \
24 python3-six \
25"