Revert "pdm: fix AGPL issues (#390944)"

This reverts commit 3bf4a7a2ef.

matplotlib no longer has the `enableGhostscript` argument on staging,
which breaks eval.
This commit is contained in:
K900
2025-04-14 18:00:59 +03:00
parent a45d1b2682
commit e974d5a30f
-6
View File
@@ -19,12 +19,6 @@ let
hash = "sha256-UBdgFN+fvbjz+rp8+rog8FW2jwO/jCfUPV7UehJKiV8=";
};
});
# pdm requires hishel and subsequentially pytest-regressions -> matplotlib -> ghostscript -> jbig2dec which is AGPL only
matplotlib = super.matplotlib.override ({ enableGhostscript = false; });
# avoid many extra dependencies
moto = super.moto.overridePythonAttrs (old: rec {
doCheck = false;
});
};
};
in