python3Packages.pystache: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 16:46:51 +01:00
parent 9c2a28410f
commit de8dc89c33
@@ -2,10 +2,8 @@
lib,
fetchFromGitHub,
buildPythonPackage,
pythonOlder,
setuptools,
setuptools-scm,
importlib-metadata,
pytestCheckHook,
}:
@@ -26,10 +24,6 @@ buildPythonPackage rec {
setuptools-scm
];
dependencies = lib.optionals (pythonOlder "3.10") [
importlib-metadata
];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "pystache" ];