python3-pytest
This commit is contained in:
@@ -8,10 +8,10 @@ from pisi.actionsapi import pisitools
|
|||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import shelltools
|
||||||
from pisi.actionsapi import pythonmodules
|
from pisi.actionsapi import pythonmodules
|
||||||
|
|
||||||
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","6.0.2")
|
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","6.2.4")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
pythonmodules.compile(pyVer="3")
|
pythonmodules.compile(pyVer="3")
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
pythonmodules.install(pyVer="3")
|
pythonmodules.install(pyVer="3")
|
||||||
|
|||||||
Reference in New Issue
Block a user