Skip to content

Commit f07d9b1

Browse files
author
Dean Troyer
committed
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
1 parent a1683aa commit f07d9b1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

files/apts/horizon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
apache2 # NOPRIME
22
libapache2-mod-wsgi # NOPRIME
3+
python-beautifulsoup
34
python-dateutil
45
python-paste
56
python-pastedeploy

files/rpms/horizon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ httpd # NOPRIME
55
mod_wsgi # NOPRIME
66
pylint
77
python-anyjson
8+
python-BeautifulSoup
89
python-boto
910
python-coverage
1011
python-dateutil

0 commit comments

Comments
 (0)