From 3e6e75eed0a18da2035620bce539f7253a223c1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gutyina=20Gerg=C5=91?= Date: Sat, 17 Jan 2026 16:51:58 +0100 Subject: [PATCH] python3Packages.python-rabbitair: remove superfluous pythonOlder --- pkgs/development/python-modules/python-rabbitair/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/python-rabbitair/default.nix b/pkgs/development/python-modules/python-rabbitair/default.nix index 29738685812b..bc6702cae441 100644 --- a/pkgs/development/python-modules/python-rabbitair/default.nix +++ b/pkgs/development/python-modules/python-rabbitair/default.nix @@ -5,9 +5,7 @@ fetchFromGitHub, pytest-asyncio, pytestCheckHook, - pythonOlder, setuptools, - typing-extensions, zeroconf, }: @@ -28,8 +26,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ cryptography zeroconf - ] - ++ lib.optionals (pythonOlder "3.8") [ typing-extensions ]; + ]; nativeCheckInputs = [ pytest-asyncio