summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-08-15 23:41:35 +0200
committerMarius Bakke <marius@gnu.org>2022-08-16 00:43:45 +0200
commitd23a04e52e390f5e666b7e8204f92220d4d05f6f (patch)
tree197a0c817b41963136fc81e8da26f1ff2bfff0a3 /gnu/packages
parent24834c27227866e895076d448f375ddfe5318e20 (diff)
downloadguix-patches-d23a04e52e390f5e666b7e8204f92220d4d05f6f.tar
guix-patches-d23a04e52e390f5e666b7e8204f92220d4d05f6f.tar.gz
gnu: python-pyu2f: Remove unused inputs.
* gnu/packages/python-crypto.scm (python-pyu2f)[native-inputs]: Remove.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-crypto.scm5
1 files changed, 0 insertions, 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