summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorRobert Guo <robert.guo@mongodb.com>2020-12-14 13:01:30 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-12-14 18:24:40 +0000
commit8f68594ecf082cb3360e1e6b82dd48eaf3d1a131 (patch)
treef82983c464239ca35c7d2325e47e63d004bf3cec /buildscripts
parent6637619fd08517e1dc2e85a0b9ee4cc6e0b04ed9 (diff)
downloadmongo-8f68594ecf082cb3360e1e6b82dd48eaf3d1a131.tar.gz
SERVER-53348 pin PyOpenSSL
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokelib/requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildscripts/resmokelib/requirements.txt b/buildscripts/resmokelib/requirements.txt
index beb7432ecf9..fb54c0dfa2c 100644
--- a/buildscripts/resmokelib/requirements.txt
+++ b/buildscripts/resmokelib/requirements.txt
@@ -1,4 +1,5 @@
mock == 2.0.0 ; python_version < "3"
+pyOpenSSL == 19.0.0
pymongo >= 3.0
pypiwin32 == 219 ; sys_platform == "win32" and python_version < "3"
pypiwin32 == 223 ; sys_platform == "win32" and python_version > "3"