Skip to content

Commit bc40b8f

Browse files
committed
Disable crypt variant for Python in configs/common/packages.yaml
1 parent e255802 commit bc40b8f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

configs/common/packages.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,11 @@ packages:
204204
require: '@2.1.1'
205205
proj:
206206
require: '~tiff'
207+
# Turn off crypt variant for Python; this leads to build errors
208+
# with Intel in py-cryptography unless external curl and openssl
209+
# are removed, which itself is problematic.
207210
python:
208-
require: '@3.11.7'
211+
require: '@3.11.7 ~crypt'
209212
py-cartopy:
210213
require: '+plotting'
211214
# Avoid full rust dependency: version 43+ requires py-maturin

0 commit comments

Comments
 (0)