python311Packages.awswrangler: relax packaging constraint

This commit is contained in:
Martin Weinelt 2024-03-27 06:41:17 +01:00
parent 34c24ad3c1
commit 729d803125
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -19,6 +19,7 @@
, pyparsing , pyparsing
, pytestCheckHook , pytestCheckHook
, pythonOlder , pythonOlder
, pythonRelaxDepsHook
, redshift-connector , redshift-connector
, requests-aws4auth , requests-aws4auth
}: }:
@ -39,6 +40,11 @@ buildPythonPackage rec {
nativeBuildInputs = [ nativeBuildInputs = [
poetry-core poetry-core
pythonRelaxDepsHook
];
pythonRelaxDeps = [
"packaging"
]; ];
propagatedBuildInputs = [ propagatedBuildInputs = [