joshgoebel / keyszer

a smart, flexible keymapper for X11 (a fork/reboot of xkeysnail )
Other
69 stars 15 forks source link

Last python3-xlib incompatibility #154

Closed tieugene closed 1 year ago

tieugene commented 1 year ago

Fresh Fedora 37 update tries to upgrade python3-xlib up to 0.33, but... This patch works for me:

--- pyproject.toml.orig 2023-04-16 13:05:31.772517101 +0300
+++ pyproject.toml      2023-04-16 13:05:42.633216724 +0300
@@ -19,7 +19,7 @@
 ]
 dependencies = [
     "evdev ~= 1.5",
-    "python-xlib == 0.31",
+    "python-xlib >= 0.31",
     "inotify_simple ~= 1.3",
     "appdirs ~= 1.4",
     "ordered_set ~= 4.1"

PS. Same issue in #46

joshgoebel commented 1 year ago

PR welcome. :-)

tieugene commented 1 year ago

PR welcome. :-)

Done but something not good with linters