python3.pkgs.sphinxcontrib-spelling: add missing build dependencies

This commit is contained in:
Theodore Ni 2023-08-23 14:34:41 -07:00
parent 286e3eb1c5
commit 68d5e2e06e
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -5,7 +5,9 @@
, importlib-metadata
, sphinx
, pyenchant
, pbr
, setuptools
, setuptools-scm
, wheel
}:
buildPythonPackage rec {
@ -21,7 +23,9 @@ buildPythonPackage rec {
};
nativeBuildInputs = [
pbr
setuptools
setuptools-scm
wheel
];
propagatedBuildInputs = [