mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
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]:9bbddea520/setup.py (L48)(cherry picked from commit53b47693e1)
This commit is contained in:
committed by
github-actions[bot]
parent
19eb8a60fa
commit
8bcbfc02e3
@@ -46,5 +46,6 @@ python3.pkgs.buildPythonApplication rec {
|
||||
'';
|
||||
license = licenses.isc;
|
||||
maintainers = with maintainers; [ Flakebi ];
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user