diff --git a/programming/language/python3/python3-kappa/actions.py b/programming/language/python3/python3-kappa/actions.py index 551b363dad..f4b0103b0b 100644 --- a/programming/language/python3/python3-kappa/actions.py +++ b/programming/language/python3/python3-kappa/actions.py @@ -12,6 +12,7 @@ from pisi.actionsapi import get shelltools.export("PYTHONDONTWRITEBYTECODE", "1") +shelltools.export("LC_ALL", "en_US.UTF-8") def build(): pythonmodules.compile(pyVer="3")