
Modified SPEC file to depend on epel and rdo packages. Removed stale dependencies. Change-Id: Ifc555e70b320be9ca4573967bed987f6c24e72b0
14 lines
208 B
Bash
Executable File
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
|