mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
memtree: unbreak with pythonRelaxDeps
This commit is contained in:
parent
4045aa876c
commit
4905f36691
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ python3Packages.buildPythonApplication {
|
|||
hash = "sha256-Ifp8hwkuyBw57fGer3GbDiJaRjL4TD3hzj+ecGXWqI0=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "rich" ];
|
||||
|
||||
nativeBuildInputs = with python3Packages; [
|
||||
poetry-core
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue