nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.yangson: relax elementpath constraint

+2
+2
pkgs/development/python-modules/yangson/default.nix
··· 27 27 pyyaml 28 28 ]; 29 29 30 + pythonRelaxDeps = [ "elementpath" ]; 31 + 30 32 nativeCheckInputs = [ pytestCheckHook ]; 31 33 32 34 pythonImportsCheck = [ "yangson" ];