-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pythonPackages.ansible-pylibssh: init at 1.1.0 #247367
Conversation
00223ec
to
7df46ad
Compare
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review/3032/2533 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for contributing, and I'm sorry for the delay in reviewing your contribution.
This allows usage of pylibssh in Ansible instead of paramiko.
Thank you for the review! And no worries about the delay, I'm happy you were able to take a look at it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your hard work.
Description of changes
This PR adds a new Python package, pylibssh. This package provides SSH functionality to Ansible. By default, such functionality is provided by
paramiko
, but using pylibssh is recommended as it provides more functionality, and will eventually be made the default, as explained here.As
pylibssh
depends on expandvars, which is not yet present in Nixpkgs, this package is also added.Things done
For non-Linux: Issandbox = true
set innix.conf
? (See Nix manual)Tested compilation of all packages that depend on this change usingnix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage(Package updates) Added a release notes entry if the change is major or breaking(Module updates) Added a release notes entry if the change is significant(Module addition) Added a release notes entry if adding a new NixOS module