python3Packages.homematicip: remove disabled

This commit is contained in:
Fabian Affolter
2026-05-22 19:10:33 +02:00
committed by GitHub
parent 6f79f478cb
commit 648199765f
@@ -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";