From 121d0b54eab757107943de11d965372b8af3c29c Mon Sep 17 00:00:00 2001 From: Kirill Radzikhovskyy Date: Sat, 5 Apr 2025 09:54:49 +1100 Subject: [PATCH] python3Packages.snowflake-connector-python: fix build; relax pyopenssl --- .../python-modules/snowflake-connector-python/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/snowflake-connector-python/default.nix b/pkgs/development/python-modules/snowflake-connector-python/default.nix index 3df54d42eaa8..5d40e92891a6 100644 --- a/pkgs/development/python-modules/snowflake-connector-python/default.nix +++ b/pkgs/development/python-modules/snowflake-connector-python/default.nix @@ -66,6 +66,10 @@ buildPythonPackage rec { typing-extensions ]; + pythonRelaxDeps = [ + "pyopenssl" + ]; + optional-dependencies = { pandas = [ pandas