SHA256
1
0
forked from pool/python-kombu
python-kombu/accept-newer-amqp-versions.diff
2013-02-12 21:32:22 +00:00

25 lines
436 B
Diff

--- kombu.egg-info/requires.txt
+++ kombu.egg-info/requires.txt
@@ -1,2 +1,2 @@
anyjson>=0.3.3
-amqp>=1.0.8,<1.1.0
\ Kein Zeilenumbruch am Dateiende.
+amqp>=1.0.8
--- requirements/default.txt
+++ requirements/default.txt
@@ -1,2 +1,2 @@
anyjson>=0.3.3
-amqp>=1.0.8,<1.1.0
+amqp>=1.0.8
--- setup.cfg
+++ setup.cfg
@@ -28,7 +28,7 @@
[bdist_rpm]
requires = anyjson >= 0.3.3
- amqp < 1.1.0
+ amqp >= 1.0.8
importlib
ordereddict