python3Packages.yangson: relax elementpath constraint

Changed files
+2
pkgs
development
python-modules
yangson
+2
pkgs/development/python-modules/yangson/default.nix
···
pyyaml
];
+
pythonRelaxDeps = [ "elementpath" ];
+
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "yangson" ];