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
This commit is contained in:
James E. Blair 2012-06-06 17:30:49 -07:00
parent e959dbc132
commit fa3fb4ab90
5 changed files with 0 additions and 13 deletions

View File

@ -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

View File

@ -1 +0,0 @@
prettytable

View File

@ -1,6 +0,0 @@
django>=1.4
django-mailer # dist:f16
django-nose # dist:f16
django-nose-selenium
pycrypto==2.3
python-cloudfiles

View File

@ -1 +0,0 @@
PassLib

View File

@ -1,2 +0,0 @@
pika
nosexunit # For use by jenkins in producing reports