gnu: python-pyu2f: Remove unused inputs.

* gnu/packages/python-crypto.scm (python-pyu2f)[native-inputs]: Remove.
This commit is contained in:
Marius Bakke 2022-08-15 23:41:35 +02:00
parent 24834c2722
commit d23a04e52e
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1610,11 +1610,6 @@ (define-public python-pyu2f
(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