Commit 8ced0443 authored by Weijia Wang's avatar Weijia Wang
Browse files

robotframework-tidy: fix build

parent 9ac2b84e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ python3.pkgs.buildPythonApplication rec {

  build-system = with python3.pkgs; [ setuptools ];

  pythonRelaxDeps = [ "rich-click" ];
  pythonRelaxDeps = [ "rich_click" ];

  dependencies = with python3.pkgs; [
    robotframework