python313Packages.pyswitchbot: remove disabled

Removed pythonOlder dependency and its usage.
This commit is contained in:
Fabian Affolter
2025-10-24 21:19:01 +02:00
committed by GitHub
parent 3d8f124bd8
commit dc2d44c24c
@@ -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";