authentik: remove the poetry-core override, hooray
This commit is contained in:
parent
7c53929cd1
commit
29d916f1fb
1 changed files with 0 additions and 8 deletions
|
@ -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 = [];
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue