Browse code

Don't install sphinx from distro

We don't generate docs in devstack. But also, sphinx depends on babel
which has a hard depend that breaks with setuptools 8. However, pip
installed babel/sphinx should not have this problem.

Change-Id: I84a82e56f6540724d50c6201a68c480ba7645add

Monty Taylor authored on 2014/12/18 01:48:59
Showing 6 changed files
... ...
@@ -12,7 +12,6 @@ python-webob
12 12
 pylint
13 13
 python-eventlet
14 14
 python-nose
15
-python-sphinx
16 15
 python-mox
17 16
 python-coverage
18 17
 python-cherrypy3 # why?
... ...
@@ -1,2 +1 @@
1 1
 python-eventlet
2
-python-sphinx
... ...
@@ -4,7 +4,6 @@ python-CherryPy # why? (coming from apts)
4 4
 python-Paste
5 5
 python-PasteDeploy
6 6
 python-Routes
7
-python-Sphinx
8 7
 python-SQLAlchemy
9 8
 python-WebOb
10 9
 python-anyjson
... ...
@@ -1,2 +1 @@
1
-python-Sphinx
2 1
 python-eventlet
... ...
@@ -15,7 +15,6 @@ python-nose
15 15
 python-paste        #dist:f19,f20,f21
16 16
 python-paste-deploy #dist:f19,f20,f21
17 17
 python-routes
18
-python-sphinx
19 18
 python-sqlalchemy
20 19
 python-webob
21 20
 pyxattr
... ...
@@ -1,2 +1 @@
1 1
 python-eventlet
2
-python-sphinx