aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-11-03 20:22:57 -0600
committerChristopher Allan Webber <cwebber@dustycloud.org>2013-11-03 20:22:57 -0600
commit496d779a6338681760aa496b49af4b5d6de33031 (patch)
treeead57e1def16725367fd97987b6691cf14f3b18b /setup.py
parent70b0712de2330d38fd60912d04ba361115fd3b01 (diff)
downloadmediagoblin-496d779a6338681760aa496b49af4b5d6de33031.tar.lz
mediagoblin-496d779a6338681760aa496b49af4b5d6de33031.tar.xz
mediagoblin-496d779a6338681760aa496b49af4b5d6de33031.zip
Apparently we need a version of Kombu less than 3.0 for now.
This commit sponsored by Andrés Muñiz Piniella. Thank you!
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index cf3c2018..576185a3 100644
--- 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',