Commit 8bcbfc02 authored by Manuel Frischknecht's avatar Manuel Frischknecht Committed by github-actions[bot]
Browse files

python3Packages.yamlpath: mark as broken

`yamlpath` depends on `ruamel.yaml` <= 0.17.21 [1], but the packaged
version in Nixpkgs is on version 0.17.32 by now. This breaks a lot
of the libraries own unit tests.

As I don't see anything in Nixpkgs depending on `yamlpath`, this simply
marks the package as broken.

[1]: https://github.com/wwkimball/yamlpath/blob/9bbddea5205147d49e612abb26cf1671a3861256/setup.py#L48

(cherry picked from commit 53b47693e1355525fbb9d0026bedf5b3bc060fce)
parent 19eb8a60
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -46,5 +46,6 @@ python3.pkgs.buildPythonApplication rec {
     '';
    license = licenses.isc;
    maintainers = with maintainers; [ Flakebi ];
    broken = true;
  };
}