python311Packages.diffsync: relax packaging constraint

This commit is contained in:
Martin Weinelt 2024-03-27 17:59:54 +01:00
parent 98d8acbcf1
commit d675450a98
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 5 additions and 4 deletions

View File

@ -27,6 +27,11 @@ buildPythonPackage rec {
pythonRelaxDepsHook
];
pythonRelaxDeps = [
"packaging"
"structlog"
];
propagatedBuildInputs = [
colorama
packaging
@ -35,10 +40,6 @@ buildPythonPackage rec {
structlog
];
pythonRelaxDeps = [
"structlog"
];
pythonImportsCheck = [
"diffsync"
];