Clean up overlays and remove obsolete dependencies

This commit is contained in:
2026-09-19 22:42:44 -04:00
parent af4a917d92
commit a37b20979d
15 changed files with 435 additions and 149 deletions
+4
View File
@@ -0,0 +1,4 @@
{ sentry-sdk }:
sentry-sdk.overridePythonAttrs (old: {
patches = (old.patches or [ ]) ++ [ ./isolate-threading-mocks.patch ];
})