gentoo/dev-python/python-xlib/files/python-xlib-0.32-drop-unused-tkinter-import.patch
Ionen Wolkens 02e6af5239
dev-python/python-xlib: fix with python[-tk]
Closes: https://bugs.gentoo.org/881851
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2022-11-28 00:23:12 -05:00

10 lines
251 B
Diff

https://bugs.gentoo.org/881851
https://github.com/python-xlib/python-xlib/issues/240
https://github.com/python-xlib/python-xlib/pull/238
--- a/Xlib/ext/randr.py
+++ b/Xlib/ext/randr.py
@@ -36,3 +36,2 @@
-from tkinter import W
from Xlib import X