Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 835767 - app-misc/solaar-1.1.2_rc2 should RDEPEND on dev-python/python-evdev
Summary: app-misc/solaar-1.1.2_rc2 should RDEPEND on dev-python/python-evdev
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-03-21 20:47 UTC by crabbed halo ablution
Modified: 2022-03-25 19:47 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description crabbed halo ablution 2022-03-21 20:47:55 UTC
Without dev-python/python-evdev installed, running solaar from terminal yields:
$ solaar 
solaar: error: Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/solaar/gtk.py", line 158, in main
    import solaar.ui as ui
  File "/usr/lib/python3.9/site-packages/solaar/ui/__init__.py", line 101, in <module>
    from . import diversion_rules, notify, tray, window  # isort:skip  # noqa: E402
  File "/usr/lib/python3.9/site-packages/solaar/ui/diversion_rules.py", line 30, in <module>
    from logitech_receiver import diversion as _DIV
  File "/usr/lib/python3.9/site-packages/logitech_receiver/diversion.py", line 28, in <module>
    import evdev
ModuleNotFoundError: No module named 'evdev'


Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2022-03-25 19:47:32 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac2456de23569ae8ebb1014dca537046d7b032a8

commit ac2456de23569ae8ebb1014dca537046d7b032a8
Author:     Florian Schmaus <flow@gentoo.org>
AuthorDate: 2022-03-25 10:47:08 +0000
Commit:     Florian Schmaus <flow@gentoo.org>
CommitDate: 2022-03-25 19:47:28 +0000

    app-misc/solaar: add missing python-evdev dependency
    
    Closes: https://bugs.gentoo.org/835767
    Signed-off-by: Florian Schmaus <flow@gentoo.org>
    Closes: https://github.com/gentoo/gentoo/pull/24742
    Signed-off-by: Florian Schmaus <flow@gentoo.org>

 .../solaar/{solaar-1.1.2_rc2.ebuild => solaar-1.1.2_rc2-r1.ebuild}     | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)