aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2012-04-21 20:29:02 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2012-04-21 20:29:02 -0500
commitec05785089144e6bf7e2dd9056774342cec1415b (patch)
treeb2af85d3b023d848fcb9af94d4290453d33c66cc /setup.py
parentc2c66ea1c1fa42032d2e7b114fd5fa8385f4c0ee (diff)
downloadmediagoblin-ec05785089144e6bf7e2dd9056774342cec1415b.tar.lz
mediagoblin-ec05785089144e6bf7e2dd9056774342cec1415b.tar.xz
mediagoblin-ec05785089144e6bf7e2dd9056774342cec1415b.zip
Remove kombu-sqlalchemy and use database string in modern kombu-proper format
Previously we were using kombu-sqlalchemy the library for sqlalchemy support. Newer kombu has support for this internally, so we're using that. Requires changing a celery setting and also removing kombu-sqlalchemy from your path. I hope the process of removing kombu-sqlalchemy from one's path doesn't confuse too many people...!
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3e382e56..1c7caf96 100644
--- a/setup.py
+++ b/setup.py
@@ -64,7 +64,6 @@ setup(
'Markdown',
'sqlalchemy',
'sqlalchemy-migrate',
- 'kombu-sqlalchemy',
## For now we're expecting that users will install this from
## their package managers.
# 'lxml',