summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-09-09 01:21:38 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-09-13 22:22:20 -0400
commit250fb278f418036308a0680ec9558080809b2c10 (patch)
tree2f6b50e20f023af5e11711da1f1843ddaa326ec5
parentd98b02edc473ad5a0d3922f23da19b61657fbe99 (diff)
downloadmeta-cloud-services-250fb278f418036308a0680ec9558080809b2c10.tar.gz
python-google-api-python-client: Remove the recipe
Since python2 is no longer maintained, the recipe of python2 is removed. The version of python3 is located at: meta-openembedded/meta-python/recipes-devtools/python/python3-google-api-python-client_1.11.0.bb Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-google-api-python-client_1.6.6.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-google-api-python-client_1.6.6.bb b/meta-openstack/recipes-devtools/python/python-google-api-python-client_1.6.6.bb
deleted file mode 100644
index 8aec8ce..0000000
--- a/meta-openstack/recipes-devtools/python/python-google-api-python-client_1.6.6.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1SUMMARY = "Client library for accessing the Plus, Moderator, and many other Google APIs."
2AUTHOR = "Google Inc."
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=94023d14f6b58272fd885e4e3f2f08b3"
5
6inherit setuptools3 pypi
7
8SRC_URI[md5sum] = "3059dce9c0308852e177c7d99d3f9ac2"
9SRC_URI[sha256sum] = "ec72991f95201996a4edcea44a079cae0292798086beaadb054d91921632fe1b"
10
11RDEPENDS_${PN} += " \
12 python-httplib2 \
13 python-oauth2client \
14 python-six \
15 python-uritemplate \
16 "