fix click and pytz package version 05/33405/1
authorMatthewLi <matthew.lijun@huawei.com>
Mon, 17 Apr 2017 03:47:50 +0000 (23:47 -0400)
committerMatthewLi <matthew.lijun@huawei.com>
Mon, 17 Apr 2017 03:49:47 +0000 (23:49 -0400)
JIRA: DOVETAIL-376

Change-Id: Ia269ca7cdd34c71b4531b28e42e40415190ae398
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
docker/Dockerfile
requirements.txt

index e401368..8cc15e0 100644 (file)
@@ -29,8 +29,6 @@ RUN \
     mkdir -p ${REPOS_DIR}/results \
 && \
     pip install -U pip \
-&& \
-    pip install -U pytz \
 && \
     pip install -r ${REPOS_DIR}/requirements.txt \
 && \
index e636959..0aaa508 100644 (file)
@@ -1,6 +1,7 @@
-Click
+click==6.6
 Jinja2==2.8
 pbr==2.0.0
+pytz==2016.7
 PyYAML==3.11
 python-openstackclient==3.9.0
 requests==2.10.0