cython3 rebuild

This commit is contained in:
Rmys
2021-03-13 18:37:14 +03:00
committed by GitHub
parent fbb175e642
commit 7346087a2d
@@ -22,4 +22,7 @@ def build():
# pythonmodules.run("runtests.py -vv --no-pyregr", pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pythonmodules.install(pyVer="3")
for bin in shelltools.ls("%s/usr/bin" % get.installDIR()):
pisitools.rename("/usr/bin/%s" % bin, "%s3" % bin)