summaryrefslogtreecommitdiffstats
path: root/build/download
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2019-07-11 08:31:56 +0200
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2019-07-11 16:10:54 +0200
commitb9d8c4cd30f56e0227bf77cc6c4ca4227d6c1ccf (patch)
tree8781c737aba8718d46b4e7a8dbc4a647b0e3355a /build/download
parent0573ab24eb85e428cb1f1bb80b9956b1a790dcc6 (diff)
Fix build guide/script regarding python versioning
Specify minimal docker release in build/requirements.txt and build/download/requirements.txt, not a fixed one. Change interpreter for build/package.py as it's Python 3 compliant. Change-Id: I4352aa957371ce85bdea021101ed2f5994f9eedb Issue-ID: OOM-1979 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'build/download')
-rw-r--r--build/download/requirements.txt2
1 files changed, 1 insertions, 1 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