Skip to content

Commit 60af99b

Browse files
authored
PYTHON-2907 Fix up requirements files (#734)
1 parent c907b38 commit 60af99b

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# cffi==1.14.3 was the last installable release on RHEL 6.2 with Python 3.4
2+
cffi==1.14.3;python_version=="3.4"
3+
cffi>=1.12.0,<2;python_version!="3.4"
4+
cryptography>=2,<3.4;python_version=="2.7"
5+
cryptography>=2,<2.9;python_version=="3.4"
6+
cryptography>=2,<3.3;python_version=="3.5"
7+
cryptography>=2;python_version>"3.5"
Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# cffi==1.14.3 was the last installable release on RHEL 6.2 with Python 3.4
2-
cffi==1.14.3;python_version=="3.4"
3-
cffi>=1.12.0,<2;python_version!="3.4"
4-
cryptography>=2,<3.4;python_version=="2.7"
5-
cryptography>=2,<2.9;python_version=="3.4"
6-
cryptography>=2,<3.3;python_version=="3.5"
7-
cryptography>=2;python_version>"3.5"
1+
-r test-cryptography-requirements.txt
82
# boto3 is required by drivers-evergreen-tools/.evergreen/csfle/set-temp-creds.sh
93
boto3<2

.evergreen/test-pyopenssl-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-r test-encryption-requirements.txt
1+
-r test-cryptography-requirements.txt
22
pyopenssl>=17.2.0,<20;python_version=="3.4"
33
pyopenssl>=17.2.0;python_version!="3.4"
44
attrs<=20.3.0;python_version=="3.4"

0 commit comments

Comments
 (0)