Skip to content

Commit fa3fb4a

Browse files
committed
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
1 parent e959dbc commit fa3fb4a

File tree

5 files changed

+0
-13
lines changed

5 files changed

+0
-13
lines changed

files/apts/horizon

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,5 @@ python-mox
1818
python-kombu
1919
python-coverage
2020
python-cherrypy3 # why?
21-
python-django-mailer
22-
python-django-nose
23-
python-django-registration
2421
python-migrate
2522
nodejs

files/pips/general

Lines changed: 0 additions & 1 deletion
This file was deleted.

files/pips/horizon

Lines changed: 0 additions & 6 deletions
This file was deleted.

files/pips/keystone

Lines changed: 0 additions & 1 deletion
This file was deleted.

files/pips/tempest

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)