Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

robotframework-tidy: fix build

Weijia Wang 8ced0443 9ac2b84e

+1 -1
+1 -1
pkgs/by-name/ro/robotframework-tidy/package.nix
··· 18 18 19 19 build-system = with python3.pkgs; [ setuptools ]; 20 20 21 - pythonRelaxDeps = [ "rich-click" ]; 21 + pythonRelaxDeps = [ "rich_click" ]; 22 22 23 23 dependencies = with python3.pkgs; [ 24 24 robotframework