guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#32739] Fix python-pyudev and solaar.


From: Roel Janssen
Subject: [bug#32739] Fix python-pyudev and solaar.
Date: Sat, 15 Sep 2018 11:05:25 +0200
User-agent: mu4e 1.0; emacs 26.1

Dear Guix,

When installing solaar:

$ guix package -i solaar

And then running it, I get:

$ solaar
missing required package 'python-pyudev'

Now, 'python-pyudev' is already a dependency of that package, but when
loading pyudev in python, we get:

$ python3
Python 3.6.5 (default, Jan  1 1970, 00:00:01) 
[GCC 5.5.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyudev
...
ModuleNotFoundError: No module named 'six'

Therefore, I think 'python-pyudev' is missing a dependency for
'python-six'.

In the following patch I added this dependency to python-pyudev, after
which “import pyudev” works, and solaar starts.

Kind regards,
Roel Janssen

Attachment: 0001-admin-python-pyudev-Add-dependency-on-python-six.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]