Skip to content

Conversation

@olanystrom
Copy link
Contributor

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.

@olanystrom
Copy link
Contributor Author

py-boto / py3-botocore seems to break right now.

py3-botocore-1.13.2-r0:
--
96 | breaks: py3-boto3-1.10.2-r0[py3-botocore<1.13.0]
97 | satisfies: py3-s3transfer-0.2.1-r0[py3-botocore]

@olanystrom
Copy link
Contributor Author

Best I can do is to move from py3-boto3@testing to pip install boto3=1.10.6 (current version at of today)
Now it passes all tests.

@tboerger
Copy link
Contributor

If the boto package is currently broken that should be fixed. It's not planned to install it via pip.

@olanystrom
Copy link
Contributor Author

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.

@olanystrom
Copy link
Contributor Author

olanystrom commented Nov 1, 2019

If the boto package is currently broken that should be fixed. It's not planned to install it via pip.

Returned to apk install of boto3

ERROR: unsatisfiable constraints:

98 | py3-botocore-1.13.6-r0:
99 | breaks: py3-boto3-1.10.2-r0[py3-botocore<1.13.0]
100 | satisfies: py3-s3transfer-0.2.1-r0[py3-botocor

@tboerger
Do we know of when/if alpine will fix this?

@tboerger
Copy link
Contributor

tboerger commented Nov 1, 2019

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.

@Ikke
Copy link

Ikke commented Nov 1, 2019

A new version of py3-boto3 has been pushed, so this issue should be solved.

Copy link
Contributor

@tboerger tboerger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@tboerger
Copy link
Contributor

tboerger commented Nov 1, 2019

Thanks for fixing the packages.

@tboerger tboerger merged commit 91e0749 into drone-plugins:master Nov 1, 2019
@olanystrom olanystrom deleted the add-paramiko branch November 2, 2019 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants