diff options
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" | ||
