python.pkgs.sphinx: requires setuptools
sphinx has setuptools (pkg_resources) as a runtime-dependency
This commit is contained in:
parent
e73f871285
commit
4de7d240b6
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user