-
Notifications
You must be signed in to change notification settings - Fork 165
Update dependencies and recommendations in control file #762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependencies and recommendations in control file #762
Conversation
Added python3-pywayland to Recommends section.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks all correct to me, thanks for looking into this!
@deltragon Could you confirm whether xprintidle does in xorg whatever pywayland does in wayland? Or do they have different functions? |
Yes, that is correct. |
Oh, I just saw the |
Is python3-xlib necessary in Wayland? |
It isn't, technically - however, the way we currently import it makes it required on Wayland too. I'll send a PR to fix that (and move it to the Suggests section as well). |
Once we agree on this, I will also edit the readme and the website accordingly.
This will Fix #761