Apparently we need a version of Kombu less than 3.0 for now.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 4 Nov 2013 02:22:57 +0000 (20:22 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 4 Nov 2013 02:22:57 +0000 (20:22 -0600)
This commit sponsored by Andrés Muñiz Piniella.  Thank you!

setup.py

index cf3c2018ed8327d32597e1c41ffbc2b416c0413f..576185a3bf424819aaba0f06bdd45a879439d87d 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -49,7 +49,7 @@ setup(
         'pytest-xdist',
         'werkzeug>=0.7',
         'celery>=3.0',
-        'kombu',
+        'kombu<3.0',
         'jinja2',
         'sphinx',
         'Babel<1.0',