python3Packages.zwave-js-server-python: remove pythonOlder
Removed the pythonOlder dependency and its usage.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user