python3-importlib_metadata ver. bump

This commit is contained in:
Rmys
2024-08-21 15:48:55 +03:00
parent 776a5f3704
commit 0214621814
2 changed files with 10 additions and 5 deletions
@@ -6,8 +6,8 @@
from pisi.actionsapi import pythonmodules as py3, shelltools, get
t = "dist/importlib_metadata-5.0.0-py3-none-any.whl"
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION", "5.0.0")
t = "dist/importlib_metadata-7.2.1-py3-none-any.whl"
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION", "7.2.1")
def build():
py3.run("-m build", pyVer = '3')