Remove Celery and Kombu version pinning

The pinned version of Kombu was incompatible with the latest un-pinned
version of Celery. Removing this pinning fixed the issue.

Change-Id: I868c86ac67350e6429ce806af3385623c8931548
This commit is contained in:
jfwood
2013-11-11 22:13:35 -06:00
parent 0dfb842b54
commit c22d95ba24
2 changed files with 3 additions and 4 deletions

View File

@@ -13,8 +13,7 @@ fpm -s python -t rpm pysqlite
fpm -s python -t rpm eventlet
fpm -s python -t rpm oslo.config
fpm -s python -t rpm iso8601
# pin kombu because v3.0 breaks celery
fpm -s python -t rpm -v 2.5.15 kombu
fpm -s python -t rpm kombu
fpm -s python -t rpm webob
# --> # python-webob.noarch 0.9.6.1-3.el6 exists, but is incompatible
# fpm -s python -t rpm PasteDeploy