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.bb8
1 files changed, 8 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
index 21a0585..aa04663 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
@@ -15,3 +15,11 @@ RDEPENDS_${PN} += "python-prettytable \
15 python-mccabe \ 15 python-mccabe \
16 python-pep8 \ 16 python-pep8 \
17 python-pyflakes" 17 python-pyflakes"
18
19
20do_install_append() {
21 perm_files=$(find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "PKG-INFO")
22 for f in $perm_files; do
23 chmod 644 "${f}"
24 done
25}