Merge "Fix build guide/script regarding python versioning"
authorMichal Ptacek <m.ptacek@partner.samsung.com>
Mon, 15 Jul 2019 06:00:43 +0000 (06:00 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 15 Jul 2019 06:00:43 +0000 (06:00 +0000)
build/download/requirements.txt
build/package.py
build/requirements.txt

index 3eee2a2..681c0dd 100644 (file)
@@ -1,3 +1,3 @@
-docker==3.7.2
+docker>=3.7.2
 prettytable==0.7.2
 retrying==1.3.3
index 8a1808b..6e509a3 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 # -*- coding: utf-8 -*-
 
 #   COPYRIGHT NOTICE STARTS HERE
index 2c404ae..3954445 100644 (file)
@@ -1,2 +1,2 @@
-docker==3.7.2
+docker>=3.7.2
 gitpython==2.1.11