From 3c443af38532b61231d324dfcb477c71bdcca760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gutyina=20Gerg=C5=91?= Date: Sat, 17 Jan 2026 16:39:19 +0100 Subject: [PATCH] python3Packages.azure-mgmt-reservations: remove superfluous pythonOlder --- .../python-modules/azure-mgmt-reservations/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/azure-mgmt-reservations/default.nix b/pkgs/development/python-modules/azure-mgmt-reservations/default.nix index b37871080857..57bc7b355bda 100644 --- a/pkgs/development/python-modules/azure-mgmt-reservations/default.nix +++ b/pkgs/development/python-modules/azure-mgmt-reservations/default.nix @@ -6,8 +6,6 @@ msrest, azure-common, azure-mgmt-core, - typing-extensions, - pythonOlder, }: buildPythonPackage rec { @@ -27,8 +25,7 @@ buildPythonPackage rec { msrest azure-common azure-mgmt-core - ] - ++ lib.optionals (pythonOlder "3.8") [ typing-extensions ]; + ]; # has no tests doCheck = false;