python3-sqlalchemy:ver bump

This commit is contained in:
blue-devil
2020-05-19 00:47:03 +03:00
parent 4bfe35249d
commit 81e757f455
2 changed files with 9 additions and 3 deletions
@@ -6,11 +6,10 @@
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def build():
# fıx unused direct dependency analysis
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread -Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common")
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread")
pythonmodules.compile(pyVer="3")
#def check():