Merge pull request #3445 from ayhanyalcinsoy/master
gonullu:fixed import error and missing dep
This commit is contained in:
@@ -9,6 +9,7 @@ from pisi.actionsapi import pisitools
|
|||||||
def build():
|
def build():
|
||||||
pythonmodules.compile(pyVer="3")
|
pythonmodules.compile(pyVer="3")
|
||||||
pisitools.dosed("gonullu/docker.py", "Client", "client")
|
pisitools.dosed("gonullu/docker.py", "Client", "client")
|
||||||
|
pisitools.dosed("gonullu/docker.py", "1.23", "1.24")
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
pythonmodules.install(pyVer="3")
|
pythonmodules.install(pyVer="3")
|
||||||
|
|||||||
Reference in New Issue
Block a user