Browse code

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

James E. Blair authored on 2012/06/07 09:30:49
Showing 5 changed files
... ...
@@ -18,8 +18,5 @@ python-mox
18 18
 python-kombu
19 19
 python-coverage
20 20
 python-cherrypy3 # why?
21
-python-django-mailer
22
-python-django-nose
23
-python-django-registration
24 21
 python-migrate
25 22
 nodejs
26 23
deleted file mode 100644
... ...
@@ -1 +0,0 @@
1
-prettytable
2 1
deleted file mode 100644
... ...
@@ -1,6 +0,0 @@
1
-django>=1.4
2
-django-mailer    # dist:f16
3
-django-nose      # dist:f16
4
-django-nose-selenium
5
-pycrypto==2.3
6
-python-cloudfiles
7 1
deleted file mode 100644
... ...
@@ -1 +0,0 @@
1
-PassLib
2 1
deleted file mode 100644
... ...
@@ -1,2 +0,0 @@
1
-pika
2
-nosexunit  # For use by jenkins in producing reports