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

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

bug#56724: closed ([PATCH] gnu: Fix pcsc-lite missing input: python)


From: GNU bug Tracking System
Subject: bug#56724: closed ([PATCH] gnu: Fix pcsc-lite missing input: python)
Date: Sat, 23 Jul 2022 17:47:02 +0000

Your message dated Sat, 23 Jul 2022 19:45:54 +0200
with message-id <87wnc3n2nh.fsf@gnu.org>
and subject line Re: [bug#56724] (No Subject)
has caused the debbugs.gnu.org bug report #56724,
regarding [PATCH] gnu: Fix pcsc-lite missing input: python
to be marked as done.

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


-- 
56724: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56724
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Fix pcsc-lite missing input: python Date: Sat, 23 Jul 2022 14:17:59 +0000
The pcsc-lite package had an dependency for pcsc-spy command. This command 
requires python3 to be executable. This was however not declared in inputs of 
this package.
---
 gnu/packages/security-token.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index 74ea57137f..586e9cbc8d 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -242,7 +242,8 @@ (define-public pcsc-lite
      (list perl ; for pod2man
            pkg-config))
     (inputs
-     `(("libudev" ,eudev)))
+     `(("python3" ,python)
+       ("libudev" ,eudev)))
     (home-page "https://pcsclite.apdu.fr/";)
     (synopsis "Middleware to access a smart card using PC/SC")
     (description
--
2.37.0



--- End Message ---
--- Begin Message --- Subject: Re: [bug#56724] (No Subject) Date: Sat, 23 Jul 2022 19:45:54 +0200
Maya via Guix-patches via <guix-patches@gnu.org> skriver:

> Yes, sorry, I didn't test that before. Here is the new version.
>
> ---
>  gnu/packages/security-token.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
> index 74ea57137f..e70ba2ea95 100644
> --- a/gnu/packages/security-token.scm
> +++ b/gnu/packages/security-token.scm
> @@ -242,7 +242,7 @@ (define-public pcsc-lite
>       (list perl ; for pod2man
>             pkg-config))
>      (inputs
> -     `(("libudev" ,eudev)))
> +     (list python eudev))
>      (home-page "https://pcsclite.apdu.fr/";)
>      (synopsis "Middleware to access a smart card using PC/SC")
>      (description

Pushed to the 'core-updates' branch with c4386d0603415, along with a
commit message that follows the project conventions.

Thanks!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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