python3Packages.snowflake-connector-python: relax cryptography constraint

main
Martin Weinelt 2 years ago committed by Jonathan Ringer
parent 1c701dd368
commit 323bc125fe
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0
  1. 3
      pkgs/development/python-modules/snowflake-connector-python/default.nix

@ -45,7 +45,8 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace setup.cfg \
--replace "pyOpenSSL>=16.2.0,<23.0.0" "pyOpenSSL"
--replace "pyOpenSSL>=16.2.0,<23.0.0" "pyOpenSSL" \
--replace "cryptography>=3.1.0,<37.0.0" "cryptography"
'';
# Tests require encrypted secrets, see

Loading…
Cancel
Save