python.pkgs.sphinx: requires setuptools

sphinx has setuptools (pkg_resources) as a runtime-dependency
This commit is contained in:
Frederik Rietdijk 2019-09-08 16:34:51 +02:00
parent e73f871285
commit 4de7d240b6

View File

@ -22,6 +22,7 @@
, requests
, sphinxcontrib-websupport
, typing
, setuptools
}:
buildPythonPackage rec {
@ -46,6 +47,7 @@ buildPythonPackage rec {
pygments
alabaster
Babel
setuptools
snowballstemmer
six
sqlalchemy