gnu: Remove python2-trezor and python2-trezor-agent.
Some of the automatic python3->python2 transformation packages that these depend upon are failing. Just remove these trivial packages to please the CI. * gnu/packages/finance.scm (python2-trezor-agent, python2-trezor): Remove variables.
This commit is contained in:
parent
14bb1c4842
commit
af825b11f7
1 changed files with 0 additions and 6 deletions
|
@ -712,9 +712,6 @@ (define-public python-trezor-agent
|
||||||
Ledger Nano as a hardware SSH/GPG agent.")
|
Ledger Nano as a hardware SSH/GPG agent.")
|
||||||
(license license:lgpl3)))
|
(license license:lgpl3)))
|
||||||
|
|
||||||
(define-public python2-trezor-agent
|
|
||||||
(package-with-python2 python-trezor-agent))
|
|
||||||
|
|
||||||
(define-public python-mnemonic
|
(define-public python-mnemonic
|
||||||
(package
|
(package
|
||||||
(name "python-mnemonic")
|
(name "python-mnemonic")
|
||||||
|
@ -810,9 +807,6 @@ (define-public python-trezor
|
||||||
TREZOR Hardware Wallet.")
|
TREZOR Hardware Wallet.")
|
||||||
(license license:lgpl3)))
|
(license license:lgpl3)))
|
||||||
|
|
||||||
(define-public python2-trezor
|
|
||||||
(package-with-python2 python-trezor))
|
|
||||||
|
|
||||||
(define-public python-keepkey
|
(define-public python-keepkey
|
||||||
(package
|
(package
|
||||||
(name "python-keepkey")
|
(name "python-keepkey")
|
||||||
|
|
Loading…
Reference in a new issue