python3-sip:v.bump to 4.19.1

This commit is contained in:
2017-03-02 15:59:10 +03:00
parent 45261fa6c4
commit 8f27603ae4
2 changed files with 9 additions and 2 deletions
@@ -13,7 +13,7 @@ from pisi.actionsapi import get
WorkDir = "sip-%s" % get.srcVERSION()
def setup():
shelltools.system("find . -type f -exec sed -i 's/Python.h/python3.4m\/Python.h/g' {} \;")
shelltools.system("find . -type f -exec sed -i 's/Python.h/python3.6m\/Python.h/g' {} \;")
pythonmodules.run('configure.py CFLAGS="%s" CXXFLAGS="%s"' % (get.CFLAGS(), get.CXXFLAGS()), pyVer = "3")