memtree: unbreak with pythonRelaxDeps

This commit is contained in:
Peder Bergebakken Sundt 2025-04-27 03:33:30 +02:00
parent 4045aa876c
commit 4905f36691

View file

@ -17,6 +17,8 @@ python3Packages.buildPythonApplication {
hash = "sha256-Ifp8hwkuyBw57fGer3GbDiJaRjL4TD3hzj+ecGXWqI0=";
};
pythonRelaxDeps = [ "rich" ];
nativeBuildInputs = with python3Packages; [
poetry-core
];