Added missing pip dependencies for debian package

This commit is contained in:
John Wood 2013-04-16 21:17:08 -05:00
parent a845fff371
commit 22d84cc9a4

View File

@ -22,6 +22,9 @@ then
# TBD: Replace these pip requirements with a true Debian package equivalent (via stdeb perhaps).
pip install uwsgi
pip install falcon
pip install oslo.config
pip install webob
pip install PasteDeploy
fi
#DEBHELPER#