Browse code

Bumping Horizon Django dependency to v1.4 for Folsom.

Horizon is moving to Django 1.4 as the minimum version, however
1.4 is not the packaged version in the apt repositories. Thereby
the dependency needs to be moved back to being installed by pip.

Change-Id: I3c3116c1d02bdfaccab521175816502fd8ea054a

Gabriel Hurley authored on 2012/04/13 03:35:07
Showing 2 changed files
... ...
@@ -18,7 +18,6 @@ python-mox
18 18
 python-kombu
19 19
 python-coverage
20 20
 python-cherrypy3 # why?
21
-python-django
22 21
 python-django-mailer
23 22
 python-django-nose
24 23
 python-django-registration
... ...
@@ -1,3 +1,4 @@
1
+django>=1.4
1 2
 django-mailer    # dist:f16
2 3
 django-nose      # dist:f16
3 4
 django-nose-selenium