Browse code

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

Gabriel Hurley authored on 2012/03/09 06:40:29
Showing 2 changed files
... ...
@@ -22,5 +22,4 @@ python-django
22 22
 python-django-mailer
23 23
 python-django-nose
24 24
 python-django-registration
25
-python-cloudfiles
26 25
 python-migrate
... ...
@@ -1,2 +1,3 @@
1 1
 django-nose-selenium
2 2
 pycrypto==2.3
3
+python-cloudfiles