12 buildPythonPackage rec {
17 src = fetchFromGitHub {
20 rev = "refs/tags/${version}";
21 hash = "sha256-/9MxCkcPGRNZkuwAAvlr7gtGcyxXtliski7bNtFhVBE=";
24 build-system = [ poetry-core ];
36 nativeCheckInputs = [ pytestCheckHook ];
38 pythonImportsCheck = [ "yangson" ];
41 description = "Library for working with data modelled in YANG";
42 mainProgram = "yangson";
43 homepage = "https://github.com/CZ-NIC/yangson";
44 license = with licenses; [