diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-12-17 21:15:32 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-12-17 21:15:32 -0500 |
| commit | 020aba635761941dab002ac084941f23b757d1d1 (patch) | |
| tree | 3d621eca47a415a1e73cdd41ccb68bdc5bfcfff4 /meta-openstack/recipes-devtools/python/python-oauth2_1.5.211.bb | |
| parent | 4816f9370fac0c0227116205b8319a812b6d1ea3 (diff) | |
| download | meta-cloud-services-020aba635761941dab002ac084941f23b757d1d1.tar.gz | |
python-oauth2: add oauth2 support for keystone
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oauth2_1.5.211.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oauth2_1.5.211.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oauth2_1.5.211.bb b/meta-openstack/recipes-devtools/python/python-oauth2_1.5.211.bb new file mode 100644 index 0000000..8700a48 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-oauth2_1.5.211.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | DESCRIPTION = "library for OAuth" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/oauth2" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=15c871e114b5cb956dacad28f4db57c7" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "oauth2" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "987ad7365a70e2286bd1cebb344debbc" | ||
| 13 | SRC_URI[sha256sum] = "82a38f674da1fa496c0fc4df714cbb058540bed72a30c50a2e344b0d984c4d21" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += "python-prettytable \ | ||
| 20 | python-cmd2 \ | ||
| 21 | python-pyparsing \ | ||
| 22 | python-mccabe \ | ||
| 23 | python-pep8 \ | ||
| 24 | python-pyflakes" | ||
