Loading pkgs/development/python-modules/ansible/core.nix +14 −1 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , pythonOlder , pythonRelaxDepsHook , installShellFiles , ansible , cryptography , importlib-resources , jinja2 , junit-xml , lxml Loading Loading @@ -41,6 +44,8 @@ buildPythonPackage rec { nativeBuildInputs = [ installShellFiles ] ++ lib.optionals (pythonOlder "3.10") [ pythonRelaxDepsHook ]; propagatedBuildInputs = [ Loading @@ -64,7 +69,15 @@ buildPythonPackage rec { requests scp xmltodict ] ++ lib.optional windowsSupport pywinrm; ] ++ lib.optionals windowsSupport [ pywinrm ] ++ lib.optionals (pythonOlder "3.10") [ importlib-resources ]; pythonRelaxDeps = lib.optionals (pythonOlder "3.10") [ "importlib-resources" ]; postInstall = '' installManPage docs/man/man1/*.1 Loading Loading
pkgs/development/python-modules/ansible/core.nix +14 −1 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , pythonOlder , pythonRelaxDepsHook , installShellFiles , ansible , cryptography , importlib-resources , jinja2 , junit-xml , lxml Loading Loading @@ -41,6 +44,8 @@ buildPythonPackage rec { nativeBuildInputs = [ installShellFiles ] ++ lib.optionals (pythonOlder "3.10") [ pythonRelaxDepsHook ]; propagatedBuildInputs = [ Loading @@ -64,7 +69,15 @@ buildPythonPackage rec { requests scp xmltodict ] ++ lib.optional windowsSupport pywinrm; ] ++ lib.optionals windowsSupport [ pywinrm ] ++ lib.optionals (pythonOlder "3.10") [ importlib-resources ]; pythonRelaxDeps = lib.optionals (pythonOlder "3.10") [ "importlib-resources" ]; postInstall = '' installManPage docs/man/man1/*.1 Loading