pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-trezor



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 13 09:46:35 UTC 2024

Modified Files:
        pkgsrc/security/py-trezor: Makefile

Log Message:
py-trezor: add missing tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-trezor/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-trezor/Makefile
diff -u pkgsrc/security/py-trezor/Makefile:1.1 pkgsrc/security/py-trezor/Makefile:1.2
--- pkgsrc/security/py-trezor/Makefile:1.1      Sun Sep 15 00:02:13 2024
+++ pkgsrc/security/py-trezor/Makefile  Sun Oct 13 09:46:35 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/09/15 00:02:13 js Exp $
+# $NetBSD: Makefile,v 1.2 2024/10/13 09:46:35 wiz Exp $
 
 DISTNAME=      trezor-0.13.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://github.com/trezor/trez
 COMMENT=       Python library for communicating with Trezor hardware wallets
 LICENSE=       gnu-lgpl-v3
 
+DEPENDS+=      ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-ecdsa>=0.9:../../security/py-ecdsa
 DEPENDS+=      ${PYPKGPREFIX}-mnemonic>=0.20:../../devel/py-mnemonic
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.4.0:../../devel/py-requests



Home | Main Index | Thread Index | Old Index