mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: python-pyu2f: Remove unused inputs.
* gnu/packages/python-crypto.scm (python-pyu2f)[native-inputs]: Remove.
This commit is contained in:
parent
24834c2722
commit
d23a04e52e
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue