aboutsummaryrefslogtreecommitdiffstats
path: root/docker/thirdparty-requirements.txt
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2017-06-28 14:36:56 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2017-06-28 14:36:56 +0200
commit63bce65d3c20ce7b52396dbdf4c944da069ea0d7 (patch)
treeafcced23a329b72a75cbf9c43b01bec088af8545 /docker/thirdparty-requirements.txt
parent9c969dc408c2100f0106d9eb6466b58c421a287e (diff)
Leverage on parser python packages in Dockerfile
It also stops calling parser_install.sh. This file is replaced by the 2 new requirements in docker/thirdparty-requirements.txt: - tosca-parser - heat-translator Change-Id: Ic9dcdd81df9800fc8e559a07f9c100a20bea2290 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/thirdparty-requirements.txt')
-rw-r--r--docker/thirdparty-requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/thirdparty-requirements.txt b/docker/thirdparty-requirements.txt
index f51a5e29d..3e5eb60a3 100644
--- a/docker/thirdparty-requirements.txt
+++ b/docker/thirdparty-requirements.txt
@@ -3,6 +3,8 @@ git+https://gerrit.opnfv.org/gerrit/sdnvpn#egg=sdnvpn
git+https://gerrit.opnfv.org/gerrit/opera#egg=opera
git+https://gerrit.opnfv.org/gerrit/securityscanning#egg=securityscanning
git+https://gerrit.opnfv.org/gerrit/sfc#egg=sfc
+git+https://gerrit.opnfv.org/gerrit/parser#egg=tosca-parser&subdirectory=tosca2heat/tosca-parser
+git+https://gerrit.opnfv.org/gerrit/parser#egg=heat-translator&subdirectory=tosca2heat/heat-translator
networking-bgpvpn
rally
tempest>=15.0.0 # Apache-2.0