mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 02:03:21 +00:00
python3Packages.snowflake-connector-python: relax charset-normalizer constraint
This commit is contained in:
parent
accf1514b6
commit
f7c33f8617
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user