From fc4812e939f5c60224386a88ee037809aa9416e0 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Mon, 30 Apr 2018 14:51:38 -0400 Subject: python-google-api-python-client: initial version (v1.6.6) Needed by the stable/pike uprev of python-cinder. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../python/python-google-api-python-client_1.6.6.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-google-api-python-client_1.6.6.bb 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 @@ +SUMMARY = "Client library for accessing the Plus, Moderator, and many other Google APIs." +AUTHOR = "Google Inc." +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=94023d14f6b58272fd885e4e3f2f08b3" + +inherit setuptools pypi + +SRC_URI[md5sum] = "3059dce9c0308852e177c7d99d3f9ac2" +SRC_URI[sha256sum] = "ec72991f95201996a4edcea44a079cae0292798086beaadb054d91921632fe1b" + +RDEPENDS_${PN} += " \ + python-httplib2 \ + python-oauth2client \ + python-six \ + python-uritemplate \ + " -- cgit v1.2.3-54-g00ecf