python3Packages.sphinx: add missing dep packaging

This commit is contained in:
Frederik Rietdijk 2021-03-20 14:54:36 +01:00
parent 6e614e4dac
commit 83fa5d2017

View file

@ -28,6 +28,7 @@
, sphinxcontrib-websupport
, typing
, setuptools
, packaging
}:
buildPythonPackage rec {
@ -52,6 +53,7 @@ buildPythonPackage rec {
pygments
alabaster
Babel
packaging
setuptools
snowballstemmer
six