mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-18 13:50:04 +00:00
python3Packages.safety: marks as broken
No support for typer >= 0.27 https://github.com/pyupio/safety/pull/865
This commit is contained in:
@@ -91,5 +91,7 @@ buildPythonPackage (finalAttrs: {
|
||||
thomasdesr
|
||||
dotlambda
|
||||
];
|
||||
# https://github.com/pyupio/safety/pull/865
|
||||
broken = lib.versionAtLeast typer.version "0.27";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user