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:54:40 UTC 2024
Modified Files:
pkgsrc/security/py-trezor: Makefile
Log Message:
py-trezor: fix typo
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/security/py-trezor/Makefile:1.3
--- pkgsrc/security/py-trezor/Makefile:1.2 Sun Oct 13 09:46:35 2024
+++ pkgsrc/security/py-trezor/Makefile Sun Oct 13 09:54:39 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/10/13 09:46:35 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2024/10/13 09:54:39 wiz Exp $
DISTNAME= trezor-0.13.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +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
+TOOL_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