python3Packages.snowflake-connector-python: relax cryptography constraint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user