python3Packages.sphinx: add missing dep packaging
This commit is contained in:
parent
6e614e4dac
commit
83fa5d2017
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
||||||
, sphinxcontrib-websupport
|
, sphinxcontrib-websupport
|
||||||
, typing
|
, typing
|
||||||
, setuptools
|
, setuptools
|
||||||
|
, packaging
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
@ -52,6 +53,7 @@ buildPythonPackage rec {
|
||||||
pygments
|
pygments
|
||||||
alabaster
|
alabaster
|
||||||
Babel
|
Babel
|
||||||
|
packaging
|
||||||
setuptools
|
setuptools
|
||||||
snowballstemmer
|
snowballstemmer
|
||||||
six
|
six
|
||||||
|
|
Loading…
Reference in a new issue