From 89f3e17f5fb739f1593acb31efe996908b0eec5a Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Sun, 27 Apr 2025 03:33:31 +0200 Subject: [PATCH] python313Packages.awswrangler: unbreak with pythonRelaxDeps --- pkgs/development/python-modules/awswrangler/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/awswrangler/default.nix b/pkgs/development/python-modules/awswrangler/default.nix index 9c614d27d542..dd1c755c047d 100644 --- a/pkgs/development/python-modules/awswrangler/default.nix +++ b/pkgs/development/python-modules/awswrangler/default.nix @@ -21,6 +21,7 @@ pythonOlder, redshift-connector, requests-aws4auth, + setuptools, }: buildPythonPackage rec { @@ -37,7 +38,10 @@ buildPythonPackage rec { hash = "sha256-dIdNrfhBrfrzXmspw25yd/y6MbXRrLfDveCQk+AERV0="; }; - pythonRelaxDeps = [ "packaging" ]; + pythonRelaxDeps = [ + "packaging" + "pyarrow" + ]; build-system = [ poetry-core ]; @@ -54,6 +58,7 @@ buildPythonPackage rec { pymysql redshift-connector requests-aws4auth + setuptools ]; optional-dependencies = {