~corey.bryant/heat/2014.1.4

« back to all changes in this revision

Viewing changes to debian/patches/fix-requirements.patch

  • Committer: james.page at ubuntu
  • Date: 2014-06-16 08:27:52 UTC
  • mfrom: (53.1.1 heat-icehouse)
  • Revision ID: james.page@ubuntu.com-20140616082752-sc4o99le50hdq218
Tags: 2014.1.1-0ubuntu1
releasing package heat version 2014.1.1-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: Dont install python-qpid
2
 
Author: Chuck Short <zulcss@ubuntu.com>
 
1
Description: Don't install python-qpid, and set min version of six.
 
2
Author: Corey Bryant <corey.bryant@canonical.com>
3
3
Forwarded: not needed.
4
 
diff -Naurp heat-2014.1.rc2.orig/requirements.txt heat-2014.1.rc2/requirements.txt
5
 
--- heat-2014.1.rc2.orig/requirements.txt       2014-04-10 03:27:34.000000000 -0400
6
 
+++ heat-2014.1.rc2/requirements.txt    2014-04-10 09:20:22.477931898 -0400
7
 
@@ -27,4 +27,3 @@ PyYAML>=3.1.0
 
4
Index: heat/requirements.txt
 
5
===================================================================
 
6
--- heat.orig/requirements.txt  2014-06-13 10:13:46.164556068 -0400
 
7
+++ heat/requirements.txt       2014-06-13 11:40:08.456398077 -0400
 
8
@@ -8,7 +8,7 @@
 
9
 argparse
 
10
 lxml>=2.3
 
11
 netaddr>=0.7.6
 
12
-six>=1.6.0
 
13
+six>=1.5.2
 
14
 sqlalchemy-migrate>=0.8.2,!=0.8.4
 
15
 python-novaclient>=2.17.0
 
16
 PasteDeploy>=1.5.0
 
17
@@ -27,4 +27,3 @@
8
18
 paramiko>=1.9.0
9
19
 Babel>=1.3
10
20
 oslo.config>=1.2.0