barbican/rpmbuild/package_dependencies.sh
Douglas Mendizabal 1cf1579e93 Don't package dependencies available in RDO
Modified SPEC file to depend on epel and rdo packages.
Removed stale dependencies.

Change-Id: Ifc555e70b320be9ca4573967bed987f6c24e72b0
2014-06-19 21:52:30 -05:00

14 lines
208 B
Bash
Executable File

#!/bin/bash
# ---------------------
# Barbican Dependencies
# ---------------------
pushd $WORKSPACE/rpmbuild
export PYENV_VERSION=system
fpm -s python -t rpm uWSGI
fpm -s python -t rpm cryptography
popd