diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-04-21 20:29:02 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2012-04-21 20:29:02 -0500 |
commit | ec05785089144e6bf7e2dd9056774342cec1415b (patch) | |
tree | b2af85d3b023d848fcb9af94d4290453d33c66cc /setup.py | |
parent | c2c66ea1c1fa42032d2e7b114fd5fa8385f4c0ee (diff) | |
download | mediagoblin-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.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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', |