python3Packages.sphinxcontrib-spelling: fix build (#501427)

This commit is contained in:
Martin Weinelt
2026-03-20 00:59:09 +00:00
committed by GitHub
@@ -4,8 +4,8 @@
fetchFromGitHub,
sphinx,
pyenchant,
setuptools,
setuptools-scm,
hatchling,
hatch-vcs,
wheel,
}:
@@ -22,8 +22,8 @@ buildPythonPackage rec {
};
nativeBuildInputs = [
setuptools
setuptools-scm
hatchling
hatch-vcs
wheel
];