or-tools: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 10:31:49 +01:00
parent 17566eb414
commit ce5793b8e6
2 changed files with 0 additions and 4 deletions
-1
View File
@@ -43,7 +43,6 @@ let
ninja
numpy
pytestCheckHook
pythonOlder
setuptools
;
python = python3;
@@ -5,7 +5,6 @@
stdenv,
lib,
buildPythonPackage,
pythonOlder,
fetchFromGitHub,
cmake,
ninja,
@@ -16,7 +15,6 @@
catch2,
numpy,
pytestCheckHook,
libxcrypt,
makeSetupHook,
}:
let
@@ -51,7 +49,6 @@ buildPythonPackage rec {
setuptools
];
buildInputs = lib.optionals (pythonOlder "3.9") [ libxcrypt ];
propagatedNativeBuildInputs = [ setupHook ];
dontUseCmakeBuildDir = true;