robotframework-tidy: fix build

This commit is contained in:
Weijia Wang 2025-04-19 21:44:50 +02:00
parent 9ac2b84e77
commit 8ced044325

View File

@ -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