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
This commit is contained in:
parent
3db875c21e
commit
9ac2aa4618
@ -18,7 +18,6 @@ python-mox
|
||||
python-kombu
|
||||
python-coverage
|
||||
python-cherrypy3 # why?
|
||||
python-django
|
||||
python-django-mailer
|
||||
python-django-nose
|
||||
python-django-registration
|
||||
|
@ -1,3 +1,4 @@
|
||||
django>=1.4
|
||||
django-mailer # dist:f16
|
||||
django-nose # dist:f16
|
||||
django-nose-selenium
|
||||
|
Loading…
Reference in New Issue
Block a user