Remove sphinx from native inputs.
I moved sphinx to native inputs since if sphinx were to be used it would be used to build docs instead of as a direct library input to mediagoblin. The patch is attached. Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
This commit is contained in:
parent
3444bcc06c
commit
ef29477b4d
@ -186,6 +186,7 @@
|
||||
`(("python-pytest" ,python-pytest)
|
||||
("python-pytest-forked" ,python-pytest-forked)
|
||||
("python-pytest-xdist" ,python-pytest-xdist)
|
||||
("python-sphinx" ,python-sphinx)
|
||||
("python-webtest" ,python-webtest)))
|
||||
(propagated-inputs
|
||||
`(("python-alembic" ,python-alembic)
|
||||
@ -211,7 +212,6 @@
|
||||
("python-pytz" ,python-pytz)
|
||||
("python-requests" ,python-requests) ; For batchaddmedia
|
||||
("python-soundfile" ,python-soundfile)
|
||||
("python-sphinx" ,python-sphinx)
|
||||
("python-sqlalchemy" ,python-sqlalchemy)
|
||||
("python-unidecode" ,python-unidecode)
|
||||
("python-waitress" ,python-waitress)
|
||||
|
Loading…
x
Reference in New Issue
Block a user