Limit paramiko to releases prior to 2.0.0 #199

Closed
wants to merge 1 commit into
from

Conversation

Projects
None yet
2 participants
Contributor

javacruft commented Apr 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).

@marcoceppi marcoceppi added this to the 2.1.PATCH milestone May 1, 2016

marcoceppi added a commit to marcoceppi/charm-tools that referenced this pull request May 1, 2016

@marcoceppi marcoceppi closed this in 61069c1 May 1, 2016

marcoceppi 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