File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,12 @@ if test -n "$FLE"; then
140
140
# We already have a virtualenv activated for mlaunch,
141
141
# install kms dependencies into it.
142
142
# . .evergreen/csfle/activate_venv.sh
143
- pip install boto3~=1.19 cryptography~=3.4.8 pykmip~=0.10.0
143
+
144
+ # Adjusted package versions:
145
+ # cryptography 3.4 requires rust, see
146
+ # https://github.com/pyca/cryptography/issues/5771.
147
+ # pip install boto3~=1.19 cryptography~=3.4.8 pykmip~=0.10.0
148
+ pip3 install boto3~=1.19 ' cryptography<3.4' pykmip~=0.10.0
144
149
fi
145
150
python3 -u .evergreen/csfle/kms_http_server.py --ca_file .evergreen/x509gen/ca.pem --cert_file .evergreen/x509gen/server.pem --port 7999 &
146
151
python3 -u .evergreen/csfle/kms_http_server.py --ca_file .evergreen/x509gen/ca.pem --cert_file .evergreen/x509gen/expired.pem --port 8000 &
You can’t perform that action at this time.
0 commit comments