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

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

bug#54926: closed ([PATCH] gnu: libfprint: Fix build, add python depende


From: GNU bug Tracking System
Subject: bug#54926: closed ([PATCH] gnu: libfprint: Fix build, add python dependency for the tests.)
Date: Thu, 14 Apr 2022 09:57:02 +0000

Your message dated Thu, 14 Apr 2022 11:55:25 +0200
with message-id <87zgkovvih.fsf@elephly.net>
and subject line [PATCH] gnu: libfprint: Fix build, add python dependency for 
the tests.
has caused the debbugs.gnu.org bug report #54926,
regarding [PATCH] gnu: libfprint: Fix build, add python dependency for the 
tests.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54926: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54926
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: libfprint: Fix build, add python dependency for the tests. Date: Thu, 14 Apr 2022 10:14:40 +0200
* gnu/packages/freedesktop.scm (libfprint): Add python dependency to
native-inputs. Needed by the tests.
---
 gnu/packages/freedesktop.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 55bde8e705..f80c34a54e 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1693,7 +1693,9 @@ (define-public libfprint
      (list `(,glib "bin")               ; for {glib-,}mkenums
            gobject-introspection
            gtk-doc/stable               ; for 88 KiB of API documentation
-           pkg-config))
+           pkg-config
+           ;; For tests
+           python))
     (inputs
      (list gusb
            libgudev
-- 
2.35.1




--- End Message ---
--- Begin Message --- Subject: [PATCH] gnu: libfprint: Fix build, add python dependency for the tests. Date: Thu, 14 Apr 2022 11:55:25 +0200 User-agent: mu4e 1.6.10; emacs 28.0.50
Applied, thank you!

As discussed on IRC I changed “python” to “python-minimal”.

-- 
Ricardo


--- End Message ---

reply via email to

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