robotframework-tidy: fix build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user