python3Packages.yangson: relax elementpath constraint

This commit is contained in:
Martin Weinelt
2025-08-09 19:05:03 +02:00
parent e90f1cb151
commit a7fbed8c2c
@@ -27,6 +27,8 @@ buildPythonPackage rec {
pyyaml
];
pythonRelaxDeps = [ "elementpath" ];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "yangson" ];