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, 0 insertions, 24 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 deleted file mode 100644 index e84a9a9..0000000 --- a/meta-openstack/recipes-devtools/python/python-oauth2_1.5.211.bb +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 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 | SRC_URI[md5sum] = "987ad7365a70e2286bd1cebb344debbc" | ||
| 8 | SRC_URI[sha256sum] = "82a38f674da1fa496c0fc4df714cbb058540bed72a30c50a2e344b0d984c4d21" | ||
| 9 | |||
| 10 | inherit setuptools3 pypi | ||
| 11 | |||
| 12 | RDEPENDS:${PN} += "python-prettytable \ | ||
| 13 | python-cmd2 \ | ||
| 14 | python-pyparsing \ | ||
| 15 | python-mccabe \ | ||
| 16 | python-pep8 \ | ||
| 17 | python-pyflakes" | ||
| 18 | |||
| 19 | do_install:append() { | ||
| 20 | perm_files=$(find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "PKG-INFO") | ||
| 21 | for f in $perm_files; do | ||
| 22 | chmod 644 "${f}" | ||
| 23 | done | ||
| 24 | } | ||
