Cap paramiko<2.0.0

Until we have a good migration plan for paramika, lets cap at <2.0.0.
Otherwise we need to install libffi-dev and other dependencies for the
version bump.

Change-Id: Iad29f93814c798fc2c4204e08e940011ad1428dc
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-05-25 11:02:21 -04:00
parent cd183a4f43
commit 11647ed384
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
pbr>=0.11,<2.0
paramiko>=1.8.0
paramiko>=1.8.0,<2.0.0
six>=1.7.0