2013-03-08 14:31:05 +01:00
|
|
|
Index: kombu.egg-info/requires.txt
|
|
|
|
===================================================================
|
|
|
|
--- kombu.egg-info/requires.txt.orig
|
2013-02-12 22:32:22 +01:00
|
|
|
+++ kombu.egg-info/requires.txt
|
|
|
|
@@ -1,2 +1,2 @@
|
|
|
|
anyjson>=0.3.3
|
2013-03-21 22:58:27 +01:00
|
|
|
-amqp>=1.0.10,<1.1.0
|
|
|
|
\ No newline at end of file
|
|
|
|
+amqp>=1.0.10
|
2013-03-08 14:31:05 +01:00
|
|
|
\ No newline at end of file
|
|
|
|
Index: requirements/default.txt
|
|
|
|
===================================================================
|
|
|
|
--- requirements/default.txt.orig
|
2013-02-12 22:32:22 +01:00
|
|
|
+++ requirements/default.txt
|
|
|
|
@@ -1,2 +1,2 @@
|
|
|
|
anyjson>=0.3.3
|
2013-03-21 22:58:27 +01:00
|
|
|
-amqp>=1.0.10,<1.1.0
|
|
|
|
+amqp>=1.0.10
|
2013-03-08 14:31:05 +01:00
|
|
|
Index: setup.cfg
|
|
|
|
===================================================================
|
|
|
|
--- setup.cfg.orig
|
2013-02-12 22:32:22 +01:00
|
|
|
+++ setup.cfg
|
2013-03-08 14:31:05 +01:00
|
|
|
@@ -28,7 +28,7 @@ upload-dir = docs/.build/html
|
2013-02-12 22:32:22 +01:00
|
|
|
|
|
|
|
[bdist_rpm]
|
|
|
|
requires = anyjson >= 0.3.3
|
|
|
|
- amqp < 1.1.0
|
2013-03-08 14:31:05 +01:00
|
|
|
+ amqp >= 1.0.9
|
2013-02-12 22:32:22 +01:00
|
|
|
importlib
|
|
|
|
ordereddict
|
|
|
|
|