From 68f68c6b6b310eebed2d6c661404adc3c1abcd87 Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 21 Aug 2017 17:21:50 +0300 Subject: [PATCH] python3-sanic --- programming/language/python3/python3-sanic/actions.py | 3 --- 1 file changed, 3 deletions(-) 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")