summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMichal Ptacek <m.ptacek@partner.samsung.com>2019-07-15 06:00:43 +0000
committerGerrit Code Review <gerrit@onap.org>2019-07-15 06:00:43 +0000
commit050833974a65ce6000f887176e803e373bb2cace (patch)
treeb0ebab653588713dbf891dc0de5f7b8235d062f3 /build
parent34245b125331df36ccbd9a951758e2667842ff43 (diff)
parentb9d8c4cd30f56e0227bf77cc6c4ca4227d6c1ccf (diff)
Merge "Fix build guide/script regarding python versioning"
Diffstat (limited to 'build')
-rw-r--r--build/download/requirements.txt2
-rwxr-xr-xbuild/package.py2
-rw-r--r--build/requirements.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/build/download/requirements.txt b/build/download/requirements.txt
index 3eee2a2f..681c0dd5 100644
--- a/build/download/requirements.txt
+++ b/build/download/requirements.txt
@@ -1,3 +1,3 @@
-docker==3.7.2
+docker>=3.7.2
prettytable==0.7.2
retrying==1.3.3
diff --git a/build/package.py b/build/package.py
index 8a1808b3..6e509a31 100755
--- a/build/package.py
+++ b/build/package.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
# -*- coding: utf-8 -*-
# COPYRIGHT NOTICE STARTS HERE
diff --git a/build/requirements.txt b/build/requirements.txt
index 2c404aed..39544458 100644
--- a/build/requirements.txt
+++ b/build/requirements.txt
@@ -1,2 +1,2 @@
-docker==3.7.2
+docker>=3.7.2
gitpython==2.1.11