python3-zappa

This commit is contained in:
Rmys
2017-08-21 17:01:59 +03:00
parent cca0b0b2d9
commit 1698fee381
2 changed files with 1 additions and 4 deletions
@@ -13,9 +13,6 @@ from pisi.actionsapi import shelltools
shelltools.export("PYTHONDONTWRITEBYTECODE", "1")
def setup():
shelltools.system("python3 setup.py install")
def build():
pythonmodules.compile(pyVer="3")