Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Limit paramiko to releases prior to 2.0.0 #199
Conversation
marcoceppi
added this to the 2.1.PATCH milestone
May 1, 2016
added a commit
to marcoceppi/charm-tools
that referenced
this pull request
May 1, 2016
marcoceppi
closed this
in
61069c1
May 1, 2016
added a commit
that referenced
this pull request
May 1, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
javacruft commentedApr 29, 2016
Paramiko released a new version in the last 24 hrs that introduces a new dependency on cryptography, which in a trusty virtualenv causes a version mismatch and test error in charm-tools itself and across all of the OpenStack charms due to a requirement for newer setuptools and virtualenv installs.
If we can limit the upper bound in charm-tools, we effectively resolve this in one place, rather than 56 charms (master and stable branches are all broken right now).