python3Packages.sphinxcontrib-spelling: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-17 17:00:14 +01:00
parent 8c37b070f7
commit 5d2fbb0d9a
@@ -2,8 +2,6 @@
lib,
buildPythonPackage,
fetchFromGitHub,
pythonOlder,
importlib-metadata,
sphinx,
pyenchant,
setuptools,
@@ -32,8 +30,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
sphinx
pyenchant
]
++ lib.optionals (pythonOlder "3.8") [ importlib-metadata ];
];
# No tests included
doCheck = false;