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
1 changed files with 6 additions and 0 deletions

View File

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