Unverified Commit 0cdc7196 authored by Pierre Bourdon's avatar Pierre Bourdon Committed by GitHub
Browse files

Merge pull request #270267 from NixOS/backport-270193-to-release-23.11

[Backport release-23.11] python3Packages.yamlpath: mark as broken
parents 19eb8a60 b6b9d25e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -46,5 +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;
  };
}