summaryrefslogtreecommitdiffstats
path: root/docker/features/thirdparty-requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docker/features/thirdparty-requirements.txt')
-rw-r--r--docker/features/thirdparty-requirements.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/docker/features/thirdparty-requirements.txt b/docker/features/thirdparty-requirements.txt
index 73c11b447..f20f69cc2 100644
--- a/docker/features/thirdparty-requirements.txt
+++ b/docker/features/thirdparty-requirements.txt
@@ -1,7 +1,7 @@
-robotframework-httplibrary
-robotframework-requests
-robotframework-sshlibrary;python_version=='2.7'
-baro_tests
-sdnvpn
-sfc
+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'
doctor-tests;python_version>='3.0'