emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#32739: closed (Fix python-pyudev and solaar.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32739: closed (Fix python-pyudev and solaar.)
Date: Sat, 15 Sep 2018 19:29:01 +0000

Your message dated Sat, 15 Sep 2018 21:27:45 +0200
with message-id <address@hidden>
and subject line Re: [bug#32739] Fix python-pyudev and solaar.
has caused the debbugs.gnu.org bug report #32739,
regarding Fix python-pyudev and solaar.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32739: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32739
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 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


--- End Message ---
--- Begin Message --- Subject: Re: [bug#32739] Fix python-pyudev and solaar. Date: Sat, 15 Sep 2018 21:27:45 +0200 User-agent: mu4e 1.0; emacs 26.1
Danny Milosavljevic <address@hidden> writes:

> LGTM!

Thanks for the quick review.
I've pushed the patch in cbb1b1686.

Kind regards,
Roel Janssen


--- End Message ---

reply via email to

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