From c9166055ed3fa663cfaa28361644904457b1b24e Mon Sep 17 00:00:00 2001 From: Gabriel Hurley Date: Thu, 8 Mar 2012 13:40:29 -0800 Subject: [PATCH] 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 --- files/apts/horizon | 1 - files/pips/horizon | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/files/apts/horizon b/files/apts/horizon index 1e0b0e6031..b00d8c04c3 100644 --- a/files/apts/horizon +++ b/files/apts/horizon @@ -22,5 +22,4 @@ python-django python-django-mailer python-django-nose python-django-registration -python-cloudfiles python-migrate diff --git a/files/pips/horizon b/files/pips/horizon index 44bf6db3fc..f15602e95b 100644 --- a/files/pips/horizon +++ b/files/pips/horizon @@ -1,2 +1,3 @@ django-nose-selenium pycrypto==2.3 +python-cloudfiles