diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2018-04-30 14:51:40 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-05-01 23:15:31 -0400 |
| commit | db5a6a32fed0b97dcaa590120558c857f30c1bec (patch) | |
| tree | cec57825f1f691dfbb6dc8417da793e13615a6d6 /meta-openstack | |
| parent | 61ef1b07cb28e14df639b79a0fbb8e360b61c6ff (diff) | |
| download | meta-cloud-services-db5a6a32fed0b97dcaa590120558c857f30c1bec.tar.gz | |
python-oauth2client: initial version (v4.1.2)
Needed by the uprev to stable/pike of python-cinder.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oauth2client_4.1.2.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oauth2client_4.1.2.bb b/meta-openstack/recipes-devtools/python/python-oauth2client_4.1.2.bb new file mode 100644 index 0000000..db0452f --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-oauth2client_4.1.2.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | DESCRIPTION = "OAuth 2.0 client library" | ||
| 2 | AUTHOR = "Google Inc." | ||
| 3 | HOMEPAGE = "http://github.com/google/oauth2client/" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=038e1390e94fe637991fa5569daa62bc" | ||
| 6 | |||
| 7 | inherit setuptools pypi | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "bc30976cd1e859cd6199264a50c5ba72" | ||
| 10 | SRC_URI[sha256sum] = "bd3062c06f8b10c6ef7a890b22c2740e5f87d61b6e1f4b1c90d069cdfc9dadb5" | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += " \ | ||
| 13 | python-httplib2 \ | ||
| 14 | python-pyasn1 \ | ||
| 15 | python-pyasn1-modules \ | ||
| 16 | python-rsa \ | ||
| 17 | python-six \ | ||
| 18 | " | ||
