python3Packages.snowflake-connector-python: fix build
This commit is contained in:
parent
6ad41a27b1
commit
9fa5bc45bb
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ buildPythonPackage rec {
|
|||
# https://github.com/snowflakedb/snowflake-connector-python/issues/705
|
||||
substituteInPlace setup.py \
|
||||
--replace "idna>=2.5,<3" "idna" \
|
||||
--replace "certifi<2021.0.0" "certifi" \
|
||||
--replace "chardet>=3.0.2,<4" "chardet"
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue