pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-noiseprotocol



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar  1 07:11:20 UTC 2026

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

Log Message:
py-noiseprotocol: add missing tool


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-noiseprotocol/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-noiseprotocol/Makefile
diff -u pkgsrc/security/py-noiseprotocol/Makefile:1.1 pkgsrc/security/py-noiseprotocol/Makefile:1.2
--- pkgsrc/security/py-noiseprotocol/Makefile:1.1       Sun Mar  1 00:30:37 2026
+++ pkgsrc/security/py-noiseprotocol/Makefile   Sun Mar  1 07:11:19 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2026/03/01 00:30:37 js Exp $
+# $NetBSD: Makefile,v 1.2 2026/03/01 07:11:19 wiz Exp $
 
 DISTNAME=      noiseprotocol-0.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/plizonczyk/
 COMMENT=       Python 3 implementation of Noise Protocol Framework
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/wheel.mk"



Home | Main Index | Thread Index | Old Index