Add BeautifulSoup dependency for Horizon
This is a workaround for an undocumented dependency on the Python BeautifulSoup package. It fixes both Ubuntu and Fedora builds. Fixes bug 1010968 Change-Id: If7f5d55c38d3b9ab677378c57839bc8f03898e2f
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
apache2 # NOPRIME
|
apache2 # NOPRIME
|
||||||
libapache2-mod-wsgi # NOPRIME
|
libapache2-mod-wsgi # NOPRIME
|
||||||
|
python-beautifulsoup
|
||||||
python-dateutil
|
python-dateutil
|
||||||
python-paste
|
python-paste
|
||||||
python-pastedeploy
|
python-pastedeploy
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ httpd # NOPRIME
|
|||||||
mod_wsgi # NOPRIME
|
mod_wsgi # NOPRIME
|
||||||
pylint
|
pylint
|
||||||
python-anyjson
|
python-anyjson
|
||||||
|
python-BeautifulSoup
|
||||||
python-boto
|
python-boto
|
||||||
python-coverage
|
python-coverage
|
||||||
python-dateutil
|
python-dateutil
|
||||||
|
|||||||
Reference in New Issue
Block a user