python311Packages.diffsync: relax packaging constraint

This commit is contained in:
Martin Weinelt
2024-03-28 16:48:22 +01:00
parent 91aab1d015
commit b49e22fdc8
@@ -27,6 +27,11 @@ buildPythonPackage rec {
pythonRelaxDepsHook
];
pythonRelaxDeps = [
"packaging"
"structlog"
];
propagatedBuildInputs = [
colorama
packaging
@@ -35,10 +40,6 @@ buildPythonPackage rec {
structlog
];
pythonRelaxDeps = [
"structlog"
];
pythonImportsCheck = [
"diffsync"
];