diff --git a/programming/language/python3/python3-sanic/actions.py b/programming/language/python3/python3-sanic/actions.py index fd7c0de480..551b363dad 100644 --- a/programming/language/python3/python3-sanic/actions.py +++ b/programming/language/python3/python3-sanic/actions.py @@ -13,9 +13,6 @@ from pisi.actionsapi import get shelltools.export("PYTHONDONTWRITEBYTECODE", "1") -def setup(): - shelltools.system("python3 setup.py install") - def build(): pythonmodules.compile(pyVer="3")