summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2018-04-30 14:51:38 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-05-01 23:15:31 -0400
commitfc4812e939f5c60224386a88ee037809aa9416e0 (patch)
tree54d0647df5fa85dc1e30077e91da9e606606527d
parent88be5385416d19c9467f5a74e9aef16bb7d0de3d (diff)
downloadmeta-cloud-services-fc4812e939f5c60224386a88ee037809aa9416e0.tar.gz
python-google-api-python-client: initial version (v1.6.6)
Needed by the stable/pike uprev of python-cinder. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-google-api-python-client_1.6.6.bb16
1 files changed, 16 insertions, 0 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
new file mode 100644
index 0000000..0abf1b9
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-google-api-python-client_1.6.6.bb
@@ -0,0 +1,16 @@
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 setuptools 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 "