From 648199765f51aa9c5bfdfeebc8a87f7ffc9dfa1e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 22 May 2026 19:10:33 +0200 Subject: [PATCH] python3Packages.homematicip: remove disabled --- pkgs/development/python-modules/homematicip/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/python-modules/homematicip/default.nix b/pkgs/development/python-modules/homematicip/default.nix index 66750c9803a8..20158a79f640 100644 --- a/pkgs/development/python-modules/homematicip/default.nix +++ b/pkgs/development/python-modules/homematicip/default.nix @@ -7,7 +7,6 @@ pytest-aiohttp, pytest-mock, pytestCheckHook, - pythonOlder, requests, setuptools-scm, setuptools, @@ -19,8 +18,6 @@ buildPythonPackage (finalAttrs: { version = "2.12.0"; pyproject = true; - disabled = pythonOlder "3.12"; - src = fetchFromGitHub { owner = "hahn-th"; repo = "homematicip-rest-api";