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";