python-beaker:version bump

This commit is contained in:
blue-devil
2020-01-17 23:39:04 +03:00
parent c409c387b0
commit 1778f98673
3 changed files with 18 additions and 7 deletions
@@ -5,11 +5,12 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import get
from pisi.actionsapi import shelltools
shelltools.export("PYTHONDONTWRITEBYTECODE", "1")
def install():
pythonmodules.install()
def build():
pythonmodules.compile()
def install():
pythonmodules.install()