python312Packages.type-infer: unbreak by relaxing dep constraint
fixes https://hydra.nixos.org/build/264612427
This commit is contained in:
parent
cdf6bef79e
commit
b885e435e3
@ -41,6 +41,8 @@ buildPythonPackage rec {
|
||||
hash = "sha256-F+gfA7ofrbMEE5SrVt9H3s2mZKQLyr6roNUmL4EMJbI=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "psutil" ];
|
||||
|
||||
nativeBuildInputs = [ poetry-core ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user