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
|
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?
|
||||||
|
@ -1,2 +1 @@
|
|||||||
python-eventlet
|
python-eventlet
|
||||||
python-sphinx
|
|
||||||
|
@ -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
|
||||||
|
@ -1,2 +1 @@
|
|||||||
python-Sphinx
|
|
||||||
python-eventlet
|
python-eventlet
|
||||||
|
@ -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
|
||||||
|
@ -1,2 +1 @@
|
|||||||
python-eventlet
|
python-eventlet
|
||||||
python-sphinx
|
|
||||||
|
Loading…
Reference in New Issue
Block a user