python3-importlib_metadata.

This commit is contained in:
4fury-c3440d8
2022-11-14 05:07:56 +03:00
parent b128b1c8fb
commit 83efbaa513
2 changed files with 1 additions and 3 deletions
@@ -9,7 +9,7 @@ from pisi.actionsapi import pythonmodules, shelltools, get
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION", "5.0.0")
def build():
pythonmodules.run("-m build --no-isolation --skip-dependency-check --wheel", pyVer = '3')
pythonmodules.run("-m build", pyVer = '3')
def install():
pythonmodules.run("-m installer -d %s dist/importlib_metadata-5.0.0-py3-none-any.whl" % get.installDIR(), pyVer = '3')