mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
modelscan: relax tomlkit
This commit is contained in:
parent
db952ffcd6
commit
6191e2ce09
1 changed files with 4 additions and 1 deletions
|
|
@ -16,7 +16,10 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
|
|||
hash = "sha256-mN2X6Zbai7xm8bdr2hi9fwzIsfQtukeGcOIS32G4hA0=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "rich" ];
|
||||
pythonRelaxDeps = [
|
||||
"rich"
|
||||
"tomlkit"
|
||||
];
|
||||
|
||||
build-system = with python3.pkgs; [
|
||||
poetry-core
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue