From dc2d44c24ccb57c73fd9357969de5e6b2aae6066 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 24 Oct 2025 21:19:01 +0200 Subject: [PATCH] python313Packages.pyswitchbot: remove disabled Removed pythonOlder dependency and its usage. --- pkgs/development/python-modules/pyswitchbot/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/python-modules/pyswitchbot/default.nix b/pkgs/development/python-modules/pyswitchbot/default.nix index 9f6538c14cee..b231fd1d0980 100644 --- a/pkgs/development/python-modules/pyswitchbot/default.nix +++ b/pkgs/development/python-modules/pyswitchbot/default.nix @@ -7,7 +7,6 @@ cryptography, fetchFromGitHub, pyopenssl, - pythonOlder, pytest-asyncio, pytestCheckHook, requests, @@ -19,8 +18,6 @@ buildPythonPackage rec { version = "0.72.0"; pyproject = true; - disabled = pythonOlder "3.8"; - src = fetchFromGitHub { owner = "Danielhiversen"; repo = "pySwitchbot";