guix-commits
[Top][All Lists]
Advanced

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

13/16: gnu: python-pyu2f: Remove unused inputs.


From: guix-commits
Subject: 13/16: gnu: python-pyu2f: Remove unused inputs.
Date: Mon, 15 Aug 2022 18:50:49 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit d23a04e52e390f5e666b7e8204f92220d4d05f6f
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Aug 15 23:41:35 2022 +0200

    gnu: python-pyu2f: Remove unused inputs.
    
    * gnu/packages/python-crypto.scm (python-pyu2f)[native-inputs]: Remove.
---
 gnu/packages/python-crypto.scm | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index f4e01198f5..5569f54841 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -1610,11 +1610,6 @@ can also encrypt and decrypt messages using RSA and 
ECDH.")
     (build-system python-build-system)
     (arguments '(#:tests? #f))          ;none included
     (propagated-inputs (list python-six))
-    (native-inputs
-     (list python-mock
-           python-pyfakefs
-           python-pytest
-           python-unittest2))
     (home-page "https://github.com/google/pyu2f/";)
     (synopsis "U2F host library for interacting with a U2F device over USB")
     (description



reply via email to

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