python313Packages.awswrangler: unbreak with pythonRelaxDeps

This commit is contained in:
Peder Bergebakken Sundt
2025-04-27 03:33:31 +02:00
parent 54c9fb735e
commit 89f3e17f5f
@@ -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 = {