From fa3fb4ab9078b4917f00eb187eafc3590c0d01c9 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 6 Jun 2012 17:30:49 -0700 Subject: [PATCH] Remove pips. All of the requirements should now be specified in the pip-requires of individual projects, which will be installed via setup.py install. Therefore, remove the few remaining pip dependencies from devstack. Distutils has a problem installing django 1.4 when django 1.3 is already installed via debian packages. Therefore, remove the dependency on the django debian package (which installs 1.3 and is obsolete anyway). Change-Id: Ia4dc1f4c94c7f5c0811bafcf41dadc5d629a516d --- files/apts/horizon | 3 --- files/pips/general | 1 - files/pips/horizon | 6 ------ files/pips/keystone | 1 - files/pips/tempest | 2 -- 5 files changed, 13 deletions(-) delete mode 100644 files/pips/general delete mode 100644 files/pips/horizon delete mode 100644 files/pips/keystone delete mode 100644 files/pips/tempest diff --git a/files/apts/horizon b/files/apts/horizon index 9b1c9ee82b..6348f5623c 100644 --- a/files/apts/horizon +++ b/files/apts/horizon @@ -18,8 +18,5 @@ python-mox python-kombu python-coverage python-cherrypy3 # why? -python-django-mailer -python-django-nose -python-django-registration python-migrate nodejs diff --git a/files/pips/general b/files/pips/general deleted file mode 100644 index deb2d14cce..0000000000 --- a/files/pips/general +++ /dev/null @@ -1 +0,0 @@ -prettytable diff --git a/files/pips/horizon b/files/pips/horizon deleted file mode 100644 index 309a5feec6..0000000000 --- a/files/pips/horizon +++ /dev/null @@ -1,6 +0,0 @@ -django>=1.4 -django-mailer # dist:f16 -django-nose # dist:f16 -django-nose-selenium -pycrypto==2.3 -python-cloudfiles diff --git a/files/pips/keystone b/files/pips/keystone deleted file mode 100644 index 09636e4991..0000000000 --- a/files/pips/keystone +++ /dev/null @@ -1 +0,0 @@ -PassLib diff --git a/files/pips/tempest b/files/pips/tempest deleted file mode 100644 index 6eeb5b9c03..0000000000 --- a/files/pips/tempest +++ /dev/null @@ -1,2 +0,0 @@ -pika -nosexunit # For use by jenkins in producing reports