aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-google-api-python-client_1.6.6.bb
blob: 0abf1b993e508acf8b9c21324cbf91728a41775f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 \
        "