Skip to content

Commit

Permalink
Moves python-cloudfiles dependency back to PIP.
Browse files Browse the repository at this point in the history
For reasons currently unknown, apt-get seems to install
an unusably old version of python-cloudfiles in some
small subset of cases. To avoid that frustration for the
users it does affect, this patch moves python-cloudfiles
back to being installed by pip instead.

Fixes bug 931269.

Change-Id: I4c2e17ddcc0c0d327b3810b4fd4db117076df069
  • Loading branch information
gabrielhurley committed Mar 8, 2012
1 parent 165121f commit c916605
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion files/apts/horizon
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ python-django
python-django-mailer
python-django-nose
python-django-registration
python-cloudfiles
python-migrate
1 change: 1 addition & 0 deletions files/pips/horizon
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
django-nose-selenium
pycrypto==2.3
python-cloudfiles

0 comments on commit c916605

Please sign in to comment.