We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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
The text was updated successfully, but these errors were encountered:
PR welcome. :-)
Sorry, something went wrong.
Done but something not good with linters
Successfully merging a pull request may close this issue.
Fresh Fedora 37 update tries to upgrade python3-xlib up to 0.33, but...
This patch works for me:
PS. Same issue in #46
The text was updated successfully, but these errors were encountered: