Unverified Commit c2576b5a authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #287893 from patka-123/python311Packages-async-tkinter-loop

python311Packages.async-tkinter-loop: fix build
parents 468324ce 3e34b225
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
, python3Packages
, poetry-core
, tkinter
, typing-extensions
, pythonRelaxDepsHook
, pytestCheckHook
}:
@@ -26,6 +27,7 @@ buildPythonPackage rec {

  propagatedBuildInputs = [
    tkinter
    typing-extensions
  ];

  pythonRemoveDeps = [