Skip to content

Commit c916605

Browse files
committed
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
1 parent 165121f commit c916605

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

files/apts/horizon

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ python-django
2222
python-django-mailer
2323
python-django-nose
2424
python-django-registration
25-
python-cloudfiles
2625
python-migrate

files/pips/horizon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
django-nose-selenium
22
pycrypto==2.3
3+
python-cloudfiles

0 commit comments

Comments
 (0)