diff --git a/meta-python/recipes-devtools/python/python-idna.inc b/meta-python/recipes-devtools/python/python-idna.inc index b1d0d18959b..f25d59f44fb 100644 --- a/meta-python/recipes-devtools/python/python-idna.inc +++ b/meta-python/recipes-devtools/python/python-idna.inc @@ -11,3 +11,7 @@ RDEPENDS_${PN}_class-target = "\ " BBCLASSEXTEND = "native nativesdk" + +do_install_append() { + chmod 664 -R ${D}${PYTHON_SITEPACKAGES_DIR}/*.egg-info/ +} \ No newline at end of file