python312Packages.type-infer: unbreak by relaxing dep constraint

fixes https://hydra.nixos.org/build/264612427
This commit is contained in:
Peder Bergebakken Sundt 2024-07-22 03:39:59 +02:00
parent cdf6bef79e
commit b885e435e3

View File

@ -41,6 +41,8 @@ buildPythonPackage rec {
hash = "sha256-F+gfA7ofrbMEE5SrVt9H3s2mZKQLyr6roNUmL4EMJbI=";
};
pythonRelaxDeps = [ "psutil" ];
nativeBuildInputs = [ poetry-core ];
propagatedBuildInputs = [