Update dependency packaging

Set pyenv to use the system python for packaging
also, Kombu updated the version of amqp it depends on.

Change-Id: I8f2301611aa0f7d0ed41453d3376bf4b1efd3f99
This commit is contained in:
Douglas Mendizabal 2013-08-22 18:31:20 -05:00
parent e235ff1b3d
commit da6e861e37

@ -4,7 +4,8 @@
# Barbican Dependencies
# ---------------------
pushd $PWD/rpmbuild
pushd $WORKSPACE/rpmbuild
export PYENV_VERSION=system
fpm -s python -t rpm falcon
fpm -s python -t rpm uWSGI
@ -70,8 +71,7 @@ fpm -s python -t rpm simplejson
# python-kombu
fpm -s python -t rpm anyjson
fpm -s python -t rpm -v 1.0.12 amqp
# --> latest amqp is incompatible
fpm -s python -t rpm amqp
fpm -s python -t rpm importlib
# fpm -s python -t rpm ordereddict