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:
parent
165121f7b6
commit
c9166055ed
@ -22,5 +22,4 @@ python-django
|
||||
python-django-mailer
|
||||
python-django-nose
|
||||
python-django-registration
|
||||
python-cloudfiles
|
||||
python-migrate
|
||||
|
@ -1,2 +1,3 @@
|
||||
django-nose-selenium
|
||||
pycrypto==2.3
|
||||
python-cloudfiles
|
||||
|
Loading…
Reference in New Issue
Block a user