Sync the kombu and amqp versions.
These versions were out of sync (kombu required a later amqp version), which broke fresh installs such as via the Vagrantfile. This CR syncs the versions. Change-Id: Ie2cd9c50781bf014625b681e52e5506fd4904841
This commit is contained in:
parent
9dc1c17058
commit
f37d1949fa
@ -13,7 +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
|
||||
fpm -s python -t rpm kombu
|
||||
fpm -s python -t rpm -v 3.0.8 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
|
||||
@ -67,7 +67,7 @@ fpm -s python -t rpm simplejson
|
||||
|
||||
# python-kombu
|
||||
fpm -s python -t rpm anyjson
|
||||
fpm -s python -t rpm -v 1.0.13 amqp
|
||||
fpm -s python -t rpm -v 1.3.3 amqp
|
||||
# --> latest amqp is incompatible
|
||||
fpm -s python -t rpm importlib
|
||||
# fpm -s python -t rpm ordereddict
|
||||
|
Loading…
x
Reference in New Issue
Block a user