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:
parent
062e8f1487
commit
684e9e9ce2
@ -12,7 +12,6 @@ python-webob
|
||||
pylint
|
||||
python-eventlet
|
||||
python-nose
|
||||
python-sphinx
|
||||
python-mox
|
||||
python-coverage
|
||||
python-cherrypy3 # why?
|
||||
|
@ -1,2 +1 @@
|
||||
python-eventlet
|
||||
python-sphinx
|
||||
|
@ -4,7 +4,6 @@ python-CherryPy # why? (coming from apts)
|
||||
python-Paste
|
||||
python-PasteDeploy
|
||||
python-Routes
|
||||
python-Sphinx
|
||||
python-SQLAlchemy
|
||||
python-WebOb
|
||||
python-anyjson
|
||||
|
@ -1,2 +1 @@
|
||||
python-Sphinx
|
||||
python-eventlet
|
||||
|
@ -15,7 +15,6 @@ python-nose
|
||||
python-paste #dist:f19,f20,f21
|
||||
python-paste-deploy #dist:f19,f20,f21
|
||||
python-routes
|
||||
python-sphinx
|
||||
python-sqlalchemy
|
||||
python-webob
|
||||
pyxattr
|
||||
|
@ -1,2 +1 @@
|
||||
python-eventlet
|
||||
python-sphinx
|
||||
|
Loading…
Reference in New Issue
Block a user