aboutsummaryrefslogtreecommitdiffstats
path: root/docker/features/thirdparty-requirements.txt
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2018-10-06 11:08:23 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-10-06 11:08:23 +0000
commitd0d471502ff7b5dfabf4a2ede79782c5708a463c (patch)
tree571034f6643364657c86c05cbf7d55fde6525bde /docker/features/thirdparty-requirements.txt
parent427547d5680878dabfa1e8d1e53fdb2921fd01ab (diff)
parent01509097c7447ee70d61f7e97d7947b127425eac (diff)
Merge "Read thirdparty-requirements.txt if py3"
Diffstat (limited to 'docker/features/thirdparty-requirements.txt')
-rw-r--r--docker/features/thirdparty-requirements.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/docker/features/thirdparty-requirements.txt b/docker/features/thirdparty-requirements.txt
index e9b16b933..672fb24fd 100644
--- a/docker/features/thirdparty-requirements.txt
+++ b/docker/features/thirdparty-requirements.txt
@@ -1,8 +1,8 @@
-robotframework-httplibrary
-robotframework-requests
-robotframework-sshlibrary;python_version=='2.7'
-# baro_tests
-# sdnvpn
-# sfc
-# stor4nfv_tests
+robotframework-httplibrary;python_version<'3.0'
+robotframework-requests;python_version<'3.0'
+robotframework-sshlibrary;python_version<'3.0'
+# baro_tests;python_version<'3.0'
+# sdnvpn;python_version<'3.0'
+# sfc;python_version<'3.0'
+# stor4nfv_tests;python_version<'3.0'
# doctor-tests;python_version>='3.0'