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:
jgart 2021-09-14 16:44:22 -04:00 committed by Ben Sturmfels
parent 3444bcc06c
commit ef29477b4d
No known key found for this signature in database
GPG Key ID: 023C05E2C9C068F0

View File

@ -186,6 +186,7 @@
`(("python-pytest" ,python-pytest) `(("python-pytest" ,python-pytest)
("python-pytest-forked" ,python-pytest-forked) ("python-pytest-forked" ,python-pytest-forked)
("python-pytest-xdist" ,python-pytest-xdist) ("python-pytest-xdist" ,python-pytest-xdist)
("python-sphinx" ,python-sphinx)
("python-webtest" ,python-webtest))) ("python-webtest" ,python-webtest)))
(propagated-inputs (propagated-inputs
`(("python-alembic" ,python-alembic) `(("python-alembic" ,python-alembic)
@ -211,7 +212,6 @@
("python-pytz" ,python-pytz) ("python-pytz" ,python-pytz)
("python-requests" ,python-requests) ; For batchaddmedia ("python-requests" ,python-requests) ; For batchaddmedia
("python-soundfile" ,python-soundfile) ("python-soundfile" ,python-soundfile)
("python-sphinx" ,python-sphinx)
("python-sqlalchemy" ,python-sqlalchemy) ("python-sqlalchemy" ,python-sqlalchemy)
("python-unidecode" ,python-unidecode) ("python-unidecode" ,python-unidecode)
("python-waitress" ,python-waitress) ("python-waitress" ,python-waitress)