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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user