From 9fa5bc45bb851ef03f8b20c77359f26058666707 Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Sat, 19 Jun 2021 14:14:11 -0700 Subject: [PATCH] python3Packages.snowflake-connector-python: fix build --- .../python-modules/snowflake-connector-python/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/snowflake-connector-python/default.nix b/pkgs/development/python-modules/snowflake-connector-python/default.nix index b35081ba0c4e..0007b4380b4a 100644 --- a/pkgs/development/python-modules/snowflake-connector-python/default.nix +++ b/pkgs/development/python-modules/snowflake-connector-python/default.nix @@ -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" '';