Fix podman1 installation

Change-Id: I25ee085621f7f947b31bb38c55e1683c485b5da9
This commit is contained in:
Federico Ressi 2021-05-21 12:45:10 +02:00
parent ff5ac3e718
commit 4f7e678f95
2 changed files with 1 additions and 2 deletions

View File

@ -39,7 +39,6 @@ def ensure_podman1():
import podman1
except ImportError:
install.install_podman1()
import podman1
if __name__ == '__main__':

View File

@ -65,7 +65,7 @@ def install_tobiko():
pip_install(f"-e '{TOP_DIR}'")
def install_podman1(version=''):
def install_podman1(version='===1.6.0'):
pip_unisntall('podman')
LOG.info(f"Installing Podman... (version: {version})")