Unverified Commit 3e34b225 authored by Patka's avatar Patka
Browse files

python311Packages.async-tkinter-loop: fix build

parent daafb123
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 = [