summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-idna.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-idna.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-idna.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-idna.inc b/meta-python/recipes-devtools/python/python-idna.inc
index 519812ddc..436b58606 100644
--- a/meta-python/recipes-devtools/python/python-idna.inc
+++ b/meta-python/recipes-devtools/python/python-idna.inc
@@ -16,3 +16,7 @@ do_compile_prepend() {
16} 16}
17 17
18BBCLASSEXTEND = "native nativesdk" 18BBCLASSEXTEND = "native nativesdk"
19
20do_install_append() {
21 chmod 664 -R ${D}${PYTHON_SITEPACKAGES_DIR}/*.egg-info/
22} \ No newline at end of file