projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70b0712
)
Apparently we need a version of Kombu less than 3.0 for now.
author
Christopher Allan Webber
<cwebber@dustycloud.org>
Mon, 4 Nov 2013 02:22:57 +0000
(20:22 -0600)
committer
Christopher 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
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/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',