From 365fa3bb574731e7b7f53185b4fb84ccfde6530b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gutyina=20Gerg=C5=91?= Date: Sun, 18 Jan 2026 15:16:14 +0100 Subject: [PATCH] python3Packages.annoted-types: remove superfluous pythonOlder --- pkgs/development/python-modules/annotated-types/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/python-modules/annotated-types/default.nix b/pkgs/development/python-modules/annotated-types/default.nix index 2b64feac5ce9..c04c80bb2f8b 100644 --- a/pkgs/development/python-modules/annotated-types/default.nix +++ b/pkgs/development/python-modules/annotated-types/default.nix @@ -3,9 +3,7 @@ buildPythonPackage, fetchFromGitHub, hatchling, - typing-extensions, pytestCheckHook, - pythonOlder, }: buildPythonPackage rec { @@ -22,8 +20,6 @@ buildPythonPackage rec { nativeBuildInputs = [ hatchling ]; - propagatedBuildInputs = lib.optionals (pythonOlder "3.9") [ typing-extensions ]; - pythonImportsCheck = [ "annotated_types" ]; nativeCheckInputs = [ pytestCheckHook ];