From 1fefa55a9a6f0a94a0fb7faa60bb2905360bb3fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gutyina=20Gerg=C5=91?= Date: Sat, 17 Jan 2026 16:49:08 +0100 Subject: [PATCH] python3Packages.logilab: remove superfluous pythonOlder --- pkgs/development/python-modules/logilab/common.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/logilab/common.nix b/pkgs/development/python-modules/logilab/common.nix index dc60c2846029..5ca97bffebe9 100644 --- a/pkgs/development/python-modules/logilab/common.nix +++ b/pkgs/development/python-modules/logilab/common.nix @@ -2,11 +2,9 @@ lib, buildPythonPackage, fetchPypi, - importlib-metadata, mypy-extensions, pytestCheckHook, pythonAtLeast, - pythonOlder, pytz, setuptools, typing-extensions, @@ -33,8 +31,7 @@ buildPythonPackage rec { setuptools mypy-extensions typing-extensions - ] - ++ lib.optionals (pythonOlder "3.8") [ importlib-metadata ]; + ]; nativeCheckInputs = [ pytestCheckHook