Browse code

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

Dean Troyer authored on 2012/06/12 04:39:16
Showing 2 changed files
... ...
@@ -1,5 +1,6 @@
1 1
 apache2  # NOPRIME
2 2
 libapache2-mod-wsgi  # NOPRIME
3
+python-beautifulsoup
3 4
 python-dateutil
4 5
 python-paste
5 6
 python-pastedeploy
... ...
@@ -5,6 +5,7 @@ httpd # NOPRIME
5 5
 mod_wsgi  # NOPRIME
6 6
 pylint
7 7
 python-anyjson
8
+python-BeautifulSoup
8 9
 python-boto
9 10
 python-coverage
10 11
 python-dateutil