summaryrefslogtreecommitdiff
path: root/etc/pip/components/platform.req
diff options
context:
space:
mode:
Diffstat (limited to 'etc/pip/components/platform.req')
-rw-r--r--etc/pip/components/platform.req4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/pip/components/platform.req b/etc/pip/components/platform.req
index 1db74332876..324995955fa 100644
--- a/etc/pip/components/platform.req
+++ b/etc/pip/components/platform.req
@@ -3,4 +3,6 @@ pypiwin32==219; sys_platform == "win32" and python_version < "3"
pypiwin32==223; sys_platform == "win32" and python_version > "3"
subprocess32==3.5.2; os_name == "posix" and platform_release != "2.6.18-194.el5xen" and platform_release != "2.6.18-274.el5xen" and python_version < "3"
# Needed for ssl_ECDHE_suites.js test - testing the TLS suites enabled on each platform
-sslyze==2.0.1; python_version >= "3.6" and sys_platform != "darwin"
+sslyze==2.0.1; python_version >= "3.6" and sys_platform == "win32" and (platform_machine == "x86_64" or platform_machine == "AMD64")
+sslyze==2.0.1; python_version >= "3.6" and sys_platform == "cygwin" and (platform_machine == "x86_64" or platform_machine == "AMD64")
+sslyze==2.0.1; python_version >= "3.6" and sys_platform == "linux" and (platform_machine == "x86_64" or platform_machine == "i686")