authentik: remove the poetry-core override, hooray

This commit is contained in:
Luke Granger-Brown 2025-03-24 22:52:26 +00:00
parent 7c53929cd1
commit 29d916f1fb

View file

@ -95,14 +95,6 @@ let
}) ];
nativeBuildInputs = (old.nativeBuildInputs or []) ++ [ self.poetry-core ];
});
poetry-core = assert assertVersion super.poetry-core "2.0.1"; super.poetry-core.overridePythonAttrs (old: rec {
version = "2.1.1";
src = self.fetchPypi {
pname = "poetry_core";
inherit version;
sha256 = "c1a1f6f00e4254742f40988a8caf665549101cf9991122cd5de1198897768b1a";
};
});
ua-parser-builtins = assert assertVersion super.ua-parser-builtins "0.18.0"; super.ua-parser-builtins.overridePythonAttrs (old: rec {
propagatedBuildInputs = [];
});