python3 libffi icu4c boost rebuild list

This commit is contained in:
Rmys
2023-10-18 13:07:09 +03:00
parent 75972fe7b1
commit 5c9de54a0e
2 changed files with 9 additions and 9 deletions
@@ -6,15 +6,15 @@
from pisi.actionsapi import shelltools
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import python3modules
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","5.2")
# shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","5.2")
def build():
pythonmodules.compile(pyVer="3")
python3modules.compile()
def install():
pythonmodules.install(pyVer="3")
python3modules.install()