GNU bug report logs - #55518
[PATCH] gnu: Add python-gatt.

Previous Next

Package: guix-patches;

Reported by: "Wamm K. D" <jaft.r <at> outlook.com>

Date: Thu, 19 May 2022 05:27:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #34 received at 55518-done <at> debbugs.gnu.org (full text, mbox):

From: "Wamm K. D." <jaft.r <at> outlook.com>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 55518-done <at> debbugs.gnu.org, jackhill <at> jackhill.us
Subject: Re: bug#55518: [PATCH] gnu: Add python-gatt.
Date: Sun, 29 May 2022 21:52:10 -0500
On Fri. (May 27, 2022) at 06:02:45 PM -04, Ludovic Courtès <ludo <at> gnu.org> wrote:
> Hi,
>
> I added a commit log and applied with the changes below, as suggested by
> Tobias (for the description).

…ah; heh, that was definitely not how I'd read his suggestion. I thought
~@acronym~ was used in every case, with the full acronym spelled out
only in first case, so thought I'd gotten it right in my last
patch. Sorry about that.

> The inputs are propagated because, for instance, the code reads:
>
> try:
>     import dbus
>     import dbus.mainloop.glib
> except ImportError:
>     import sys
>     print("Module 'dbus' not found")
>     print("Please run: sudo apt-get install python3-dbus")
>     print("See also: https://github.com/getsenic/gatt-python#installing-gatt-sdk-for-python")
>     sys.exit(1)
>
> Thus, if you install python-gatt in a profile, python-dbus should be
> propagated as well so it “just works”.

Mmm; O. K. That makes sense. Thanks a ton for explaining, Ludo; it's
super appreciated.




This bug report was last modified 2 years and 358 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.