From 7cd27bccabc9b3fe9e1ff538c87709b9a1e1625b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 6 Jun 2022 00:35:51 +0200 Subject: [PATCH] python310Packages.snowflake-connector-python: add missing input --- .../python-modules/snowflake-connector-python/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/snowflake-connector-python/default.nix b/pkgs/development/python-modules/snowflake-connector-python/default.nix index 9cf24997d891..5077bbd2d175 100644 --- a/pkgs/development/python-modules/snowflake-connector-python/default.nix +++ b/pkgs/development/python-modules/snowflake-connector-python/default.nix @@ -13,6 +13,7 @@ , pythonOlder , pytz , requests +, setuptools }: buildPythonPackage rec { @@ -39,6 +40,7 @@ buildPythonPackage rec { pyopenssl pytz requests + setuptools ]; postPatch = ''