python3-importlib_metadata.
This commit is contained in:
@@ -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')
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
<Dependency>python3-installer</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-setuptools-scm</Dependency>
|
||||
<Dependency versionFrom="2.0.0">python3-importlib_metadata</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -36,7 +35,6 @@
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/python3.9</Path>
|
||||
<!-- <Path fileType="doc">/usr/share/doc/python3-importlib_metadata</Path> -->
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user