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:
parent
e959dbc132
commit
fa3fb4ab90
@ -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
|
||||
|
@ -1 +0,0 @@
|
||||
prettytable
|
@ -1,6 +0,0 @@
|
||||
django>=1.4
|
||||
django-mailer # dist:f16
|
||||
django-nose # dist:f16
|
||||
django-nose-selenium
|
||||
pycrypto==2.3
|
||||
python-cloudfiles
|
@ -1 +0,0 @@
|
||||
PassLib
|
@ -1,2 +0,0 @@
|
||||
pika
|
||||
nosexunit # For use by jenkins in producing reports
|
Loading…
x
Reference in New Issue
Block a user