python.pkgs.sphinx: requires setuptools
sphinx has setuptools (pkg_resources) as a runtime-dependency
This commit is contained in:
parent
e73f871285
commit
4de7d240b6
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
, requests
|
||||
, sphinxcontrib-websupport
|
||||
, typing
|
||||
, setuptools
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -46,6 +47,7 @@ buildPythonPackage rec {
|
|||
pygments
|
||||
alabaster
|
||||
Babel
|
||||
setuptools
|
||||
snowballstemmer
|
||||
six
|
||||
sqlalchemy
|
||||
|
|
Loading…
Reference in a new issue