Merge "Update RPM-specs to 2013.2 version" into openstack-ci/build/havana
[openstack-build/cinder-build.git] / debian / patches / avoid_paramiko_vers_depends.patch
1 From: Adam Gandelman <adamg@ubuntu.com>
2 Date: Thu May 23 19:12:03 PDT 2013
3 Remove version requirements of paramiko dependency until new upstream paramiko
4 version is packaged.  Current version in Saucy (1.7.7.1-3.1ubuntu1) has a
5 cherry-picked patch to avoid the bug that prompted the version requirement
6 here.
7
8 diff -Naurp cinder-2013.2.a359.g5be6852.orig/requirements.txt cinder-2013.2.a359.g5be6852/requirements.txt
9 --- cinder-2013.2.a359.g5be6852.orig/requirements.txt   2013-07-16 11:30:02.000000000 -0400
10 +++ cinder-2013.2.a359.g5be6852/requirements.txt        2013-07-16 11:34:18.769962552 -0400
11 @@ -11,7 +11,7 @@ lockfile>=0.8
12  lxml>=2.3
13  netaddr
14  oslo.config>=1.1.0
15 -paramiko>=1.8.0
16 +paramiko
17  Paste
18  PasteDeploy>=1.5.0
19  python-glanceclient>=0.9.0