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
This commit is contained in:
Monty Taylor 2014-12-17 11:48:59 -05:00
parent 062e8f1487
commit 684e9e9ce2
6 changed files with 0 additions and 6 deletions

View File

@ -12,7 +12,6 @@ python-webob
pylint pylint
python-eventlet python-eventlet
python-nose python-nose
python-sphinx
python-mox python-mox
python-coverage python-coverage
python-cherrypy3 # why? python-cherrypy3 # why?

View File

@ -1,2 +1 @@
python-eventlet python-eventlet
python-sphinx

View File

@ -4,7 +4,6 @@ python-CherryPy # why? (coming from apts)
python-Paste python-Paste
python-PasteDeploy python-PasteDeploy
python-Routes python-Routes
python-Sphinx
python-SQLAlchemy python-SQLAlchemy
python-WebOb python-WebOb
python-anyjson python-anyjson

View File

@ -1,2 +1 @@
python-Sphinx
python-eventlet python-eventlet

View File

@ -15,7 +15,6 @@ python-nose
python-paste #dist:f19,f20,f21 python-paste #dist:f19,f20,f21
python-paste-deploy #dist:f19,f20,f21 python-paste-deploy #dist:f19,f20,f21
python-routes python-routes
python-sphinx
python-sqlalchemy python-sqlalchemy
python-webob python-webob
pyxattr pyxattr

View File

@ -1,2 +1 @@
python-eventlet python-eventlet
python-sphinx