mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ can also encrypt and decrypt messages using RSA and ECDH.")
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments '(#:tests? #f)) ;none included
|
(arguments '(#:tests? #f)) ;none included
|
||||||
(propagated-inputs (list python-six))
|
(propagated-inputs (list python-six))
|
||||||
(native-inputs
|
|
||||||
(list python-mock
|
|
||||||
python-pyfakefs
|
|
||||||
python-pytest
|
|
||||||
python-unittest2))
|
|
||||||
(home-page "https://github.com/google/pyu2f/")
|
(home-page "https://github.com/google/pyu2f/")
|
||||||
(synopsis "U2F host library for interacting with a U2F device over USB")
|
(synopsis "U2F host library for interacting with a U2F device over USB")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue