pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-libagent



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan 15 08:28:42 UTC 2026

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

Log Message:
py-libagent: add missing tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-libagent/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-libagent/Makefile
diff -u pkgsrc/security/py-libagent/Makefile:1.4 pkgsrc/security/py-libagent/Makefile:1.5
--- pkgsrc/security/py-libagent/Makefile:1.4    Tue Jan  6 11:18:45 2026
+++ pkgsrc/security/py-libagent/Makefile        Thu Jan 15 08:28:42 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2026/01/06 11:18:45 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2026/01/15 08:28:42 wiz Exp $
 
 DISTNAME=      trezor-agent-${PKGVERSION_NOREV}
 PKGNAME=       ${PYPKGPREFIX}-libagent-0.15.0
@@ -14,6 +14,7 @@ HOMEPAGE=     https://github.com/romanz/trez
 COMMENT=       Hardware-based SSH/GPG/age agent
 LICENSE=       gnu-lgpl-v3
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-bech32>=1.2.0:../../devel/py-bech32
 DEPENDS+=      ${PYPKGPREFIX}-cryptography>=3.4.6:../../security/py-cryptography
 DEPENDS+=      ${PYPKGPREFIX}-docutils>=0.14:../../textproc/py-docutils



Home | Main Index | Thread Index | Old Index