Unverified Commit 844264fe authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

Removed the pythonOlder dependency and its usage.
parent 6c43eafa
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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";