svn commit: r451809 - head/security/py-btchip
Emanuel Haupt
ehaupt at FreeBSD.org
Thu Oct 12 07:44:11 UTC 2017
Author: ehaupt
Date: Thu Oct 12 07:44:10 2017
New Revision: 451809
URL: https://svnweb.freebsd.org/changeset/ports/451809
Log:
For BIP 39 support during dongle setup, also install security/py-mnemonic.
Modified:
head/security/py-btchip/Makefile
Modified: head/security/py-btchip/Makefile
==============================================================================
--- head/security/py-btchip/Makefile Thu Oct 12 06:44:55 2017 (r451808)
+++ head/security/py-btchip/Makefile Thu Oct 12 07:44:10 2017 (r451809)
@@ -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 Hardw
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
More information about the svn-ports-head
mailing list