summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-django-compressor_2.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-django-compressor_2.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-django-compressor_2.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-django-compressor_2.1.bb b/meta-openstack/recipes-devtools/python/python3-django-compressor_2.1.bb
index 40a0133..7e50557 100644
--- a/meta-openstack/recipes-devtools/python/python3-django-compressor_2.1.bb
+++ b/meta-openstack/recipes-devtools/python/python3-django-compressor_2.1.bb
@@ -11,13 +11,13 @@ SRC_URI[sha256sum] = "ae0051bc0c7a0660c93434e68d617553fccdd573293dfd15aa33f78d2b
11 11
12inherit setuptools3 pypi 12inherit setuptools3 pypi
13 13
14RDEPENDS_${PN} += " \ 14RDEPENDS:${PN} += " \
15 python3-django-appconf \ 15 python3-django-appconf \
16 python3-rcssmin \ 16 python3-rcssmin \
17 python3-rjsmin \ 17 python3-rjsmin \
18 " 18 "
19 19
20do_install_append() { 20do_install:append() {
21 # Ensure permisive perms are granted 21 # Ensure permisive perms are granted
22 find -L "${D}${PYTHON_SITEPACKAGES_DIR}/compressor" -type f -exec chmod 644 {} \; 22 find -L "${D}${PYTHON_SITEPACKAGES_DIR}/compressor" -type f -exec chmod 644 {} \;
23 find -L "${D}${PYTHON_SITEPACKAGES_DIR}/compressor" -type d -exec chmod 755 {} \; 23 find -L "${D}${PYTHON_SITEPACKAGES_DIR}/compressor" -type d -exec chmod 755 {} \;