Moves python-cloudfiles dependency back to PIP.

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
This commit is contained in:
Gabriel Hurley 2012-03-08 13:40:29 -08:00
parent 165121f7b6
commit c9166055ed
2 changed files with 1 additions and 1 deletions

View File

@ -22,5 +22,4 @@ python-django
python-django-mailer
python-django-nose
python-django-registration
python-cloudfiles
python-migrate

View File

@ -1,2 +1,3 @@
django-nose-selenium
pycrypto==2.3
python-cloudfiles