forked from pool/python-kombu
364656dd22
- Add accept-newer-amqp-versions.diff: * Also accept amqp versions >= 1.1.0 OBS-URL: https://build.opensuse.org/request/show/155216 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=72
25 lines
436 B
Diff
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
|
|
|