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. |
|
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.