python3-virtualenv ver. bump

This commit is contained in:
Rmys
2024-10-13 13:10:04 +03:00
parent d918b94871
commit 3672c8f109
2 changed files with 13 additions and 6 deletions
@@ -5,12 +5,12 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import shelltools
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import python3modules
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","20.0.27")
# shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","20.0.27")
def build():
pythonmodules.compile(pyVer="3")
python3modules.compile()
def install():
pythonmodules.install(pyVer="3")
python3modules.install()