Skip to content

Commit

Permalink
Disable crypt variant for Python in configs/common/packages.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Dec 27, 2024
1 parent 7a07f7f commit 96de96a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion configs/common/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,11 @@ packages:
require: '@2.1.1'
proj:
require: '~tiff'
# Turn off crypt variant for Python; this leads to build errors
# with Intel in py-cryptography unless external curl and openssl
# are removed, which itself is problematic.
python:
require: '@3.11.7'
require: '@3.11.7 ~crypt'
py-cartopy:
require: '+plotting'
# Avoid full rust dependency: version 43+ requires py-maturin
Expand Down

0 comments on commit 96de96a

Please sign in to comment.