python3Packages.pyfma: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-17 17:00:13 +01:00
parent 4996aa6c54
commit 5607d64467
@@ -3,11 +3,9 @@
buildPythonPackage,
fetchFromGitHub,
fetchpatch,
importlib-metadata,
numpy,
pybind11,
pytestCheckHook,
pythonOlder,
setuptools,
}:
@@ -35,7 +33,7 @@ buildPythonPackage rec {
buildInputs = [ pybind11 ];
dependencies = [ numpy ] ++ lib.optionals (pythonOlder "3.8") [ importlib-metadata ];
dependencies = [ numpy ];
nativeCheckInputs = [ pytestCheckHook ];