Skip to content
New issue

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

Last python3-xlib incompatibility #154

Closed
tieugene opened this issue Apr 16, 2023 · 2 comments · Fixed by #155
Closed

Last python3-xlib incompatibility #154

tieugene opened this issue Apr 16, 2023 · 2 comments · Fixed by #155
Labels
bug Something isn't working help welcome Help/contrib is esp welcome

Comments

@tieugene
Copy link
Contributor

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

@tieugene tieugene added bug Something isn't working help welcome Help/contrib is esp welcome labels Apr 16, 2023
@joshgoebel
Copy link
Owner

PR welcome. :-)

@tieugene
Copy link
Contributor Author

PR welcome. :-)

Done but something not good with linters

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working help welcome Help/contrib is esp welcome
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants