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

python311Packages.async-tkinter-loop: fix build

authored by Martin Weinelt and committed by GitHub c2576b5a 468324ce

+2
+2
pkgs/development/python-modules/async-tkinter-loop/default.nix
··· 4 , python3Packages 5 , poetry-core 6 , tkinter 7 , pythonRelaxDepsHook 8 , pytestCheckHook 9 }: ··· 26 27 propagatedBuildInputs = [ 28 tkinter 29 ]; 30 31 pythonRemoveDeps = [
··· 4 , python3Packages 5 , poetry-core 6 , tkinter 7 + , typing-extensions 8 , pythonRelaxDepsHook 9 , pytestCheckHook 10 }: ··· 27 28 propagatedBuildInputs = [ 29 tkinter 30 + typing-extensions 31 ]; 32 33 pythonRemoveDeps = [