python3Packages.safety: marks as broken

No support for typer >= 0.27
https://github.com/pyupio/safety/pull/865
This commit is contained in:
Fabian Affolter
2026-09-02 13:00:28 +02:00
parent e897ed12c0
commit cf5bc09677

View File

@@ -91,5 +91,7 @@ buildPythonPackage (finalAttrs: {
thomasdesr
dotlambda
];
# https://github.com/pyupio/safety/pull/865
broken = lib.versionAtLeast typer.version "0.27";
};
})