For BIP 39 support during dongle setup, also install security/py-mnemonic.
This commit is contained in:
parent
36077d9132
commit
2c8cb8bd72
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451809
1 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
PORTNAME= btchip
|
||||
PORTVERSION= 0.1.21
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= security python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
@ -13,7 +14,8 @@ COMMENT= Python communication library for Ledger Hardware Wallet
|
|||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mnemonic>=0:security/py-mnemonic \
|
||||
${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard \
|
||||
${PYTHON_PKGNAMEPREFIX}ecdsa>0:security/py-ecdsa \
|
||||
${PYTHON_PKGNAMEPREFIX}hidapi>=0:comms/py-hidapi
|
||||
|
||||
|
|
Loading…
Reference in a new issue