Commit b6b9d25e authored by mfrischknecht's avatar mfrischknecht Committed by github-actions[bot]
Browse files

python3Packages.yamlpath: explain why the package is broken



Co-authored-by: default avatarFabian Affolter <mail@fabian-affolter.ch>
(cherry picked from commit 02e9c1685daeaf9fd4c132b1cd78ccf4bd4cf580)
parent 8bcbfc02
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -46,6 +46,9 @@ python3.pkgs.buildPythonApplication rec {
     '';
    license = licenses.isc;
    maintainers = with maintainers; [ Flakebi ];

   # No support for ruamel.yaml > 0.17.21
   # https://github.com/wwkimball/yamlpath/issues/217
    broken = true;
  };
}