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 , requests
, sphinxcontrib-websupport , sphinxcontrib-websupport
, typing , typing
, setuptools
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -46,6 +47,7 @@ buildPythonPackage rec {
pygments pygments
alabaster alabaster
Babel Babel
setuptools
snowballstemmer snowballstemmer
six six
sqlalchemy sqlalchemy