-
Notifications
You must be signed in to change notification settings - Fork 46
Add paramiko #30
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
Add paramiko #30
Conversation
Adding paramiko to amd64
Adding paramiko
Adding paramiko
|
py-boto / py3-botocore seems to break right now. |
Move boto3 to pip install
|
Best I can do is to move from py3-boto3@testing to pip install boto3=1.10.6 (current version at of today) |
|
If the boto package is currently broken that should be fixed. It's not planned to install it via pip. |
Ok, so I'll just wait for alpine to fix the boto-package. |
Returned to apk install of boto3
@tboerger |
|
I had a chat on the alpine development channel, looks like the py3-boto3 package just needs to be rebuilt as the dependency botocore had been updated. |
|
A new version of py3-boto3 has been pushed, so this issue should be solved. |
tboerger
left a comment
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.
Thanks
|
Thanks for fixing the packages. |
ansible with network_cli needs paramiko for ssh connections to network devices.
paramiko needs gcc (and build-base) installed.
so adding paramiko to a requirements.txt is not working. And since ansible uses paramiko for ssh for multiple modules I thought we should include it in the official plugin.