python3 libffi icu4c boost rebuild list

This commit is contained in:
Rmys
2023-10-18 12:28:02 +03:00
parent 1d56958aff
commit b109b4b11a
2 changed files with 14 additions and 12 deletions
@@ -4,15 +4,17 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import python3modules
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
WorkDir="blinker-%s" % get.srcVERSION()
def build():
pythonmodules.compile(pyVer="3")
python3modules.compile()
def check():
shelltools.system("nosetests3")
# def check():
# shelltools.system("nosetests3")
def install():
pythonmodules.install(pyVer="3")
python3modules.install()