python3Packages.zwave-js-server-python: remove pythonOlder

Removed the pythonOlder dependency and its usage.
This commit is contained in:
Fabian Affolter
2026-04-12 00:28:26 +02:00
committed by GitHub
parent 6c43eafa84
commit 844264fe24
@@ -6,7 +6,6 @@
pydantic,
pytest-aiohttp,
pytestCheckHook,
pythonOlder,
setuptools,
}:
@@ -15,8 +14,6 @@ buildPythonPackage (finalAttrs: {
version = "0.69.0";
pyproject = true;
disabled = pythonOlder "3.12";
src = fetchFromGitHub {
owner = "home-assistant-libs";
repo = "zwave-js-server-python";