Unverified Commit 61cb9fe4 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

zabbix-cli: remove superfluous pythonOlder (#478397)

parents bd9f99f9 52420589
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@ python3Packages.buildPythonApplication rec {
    with python3Packages;
    [
      httpx
      httpx.optional-dependencies.socks
      packaging
      platformdirs
      prompt-toolkit
@@ -41,9 +40,7 @@ python3Packages.buildPythonApplication rec {
      typer
      typing-extensions
    ]
    ++ lib.optionals (pythonOlder "3.10") [
      importlib-metadata
    ];
    ++ httpx.optional-dependencies.socks;

  nativeCheckInputs = with python3Packages; [
    freezegun