summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oauth2_1.5.211.bb
diff options
context:
space:
mode:
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.bb4
1 files changed, 2 insertions, 2 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
index 3835138..e989567 100644
--- a/meta-openstack/recipes-devtools/python/python-oauth2_1.5.211.bb
+++ b/meta-openstack/recipes-devtools/python/python-oauth2_1.5.211.bb
@@ -9,7 +9,7 @@ SRC_URI[sha256sum] = "82a38f674da1fa496c0fc4df714cbb058540bed72a30c50a2e344b0d98
9 9
10inherit setuptools3 pypi 10inherit setuptools3 pypi
11 11
12RDEPENDS_${PN} += "python-prettytable \ 12RDEPENDS:${PN} += "python-prettytable \
13 python-cmd2 \ 13 python-cmd2 \
14 python-pyparsing \ 14 python-pyparsing \
15 python-mccabe \ 15 python-mccabe \
@@ -17,7 +17,7 @@ RDEPENDS_${PN} += "python-prettytable \
17 python-pyflakes" 17 python-pyflakes"
18 18
19 19
20do_install_append() { 20do_install:append() {
21 perm_files=$(find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "PKG-INFO") 21 perm_files=$(find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "PKG-INFO")
22 for f in $perm_files; do 22 for f in $perm_files; do
23 chmod 644 "${f}" 23 chmod 644 "${f}"