python3Packages.snowflake-connector-python: relax charset-normalizer constraint

This commit is contained in:
Martin Weinelt 2022-07-21 15:24:14 +02:00
parent accf1514b6
commit f7c33f8617

View File

@ -46,7 +46,8 @@ buildPythonPackage rec {
postPatch = '' postPatch = ''
substituteInPlace setup.cfg \ 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" --replace "cryptography>=3.1.0,<37.0.0" "cryptography" \
--replace "charset-normalizer~=2.0.0" "charset_normalizer>=2"
''; '';
# Tests require encrypted secrets, see # Tests require encrypted secrets, see