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:
parent
a1683aada1
commit
f07d9b1956
@ -1,5 +1,6 @@
|
||||
apache2 # NOPRIME
|
||||
libapache2-mod-wsgi # NOPRIME
|
||||
python-beautifulsoup
|
||||
python-dateutil
|
||||
python-paste
|
||||
python-pastedeploy
|
||||
|
@ -5,6 +5,7 @@ httpd # NOPRIME
|
||||
mod_wsgi # NOPRIME
|
||||
pylint
|
||||
python-anyjson
|
||||
python-BeautifulSoup
|
||||
python-boto
|
||||
python-coverage
|
||||
python-dateutil
|
||||
|
Loading…
Reference in New Issue
Block a user