pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-jwcrypto



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jan 20 16:19:14 UTC 2024

Modified Files:
        pkgsrc/www/py-jwcrypto: Makefile

Log Message:
py-jwcrypto: add missing tools


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-jwcrypto/Makefile

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

Modified files:

Index: pkgsrc/www/py-jwcrypto/Makefile
diff -u pkgsrc/www/py-jwcrypto/Makefile:1.5 pkgsrc/www/py-jwcrypto/Makefile:1.6
--- pkgsrc/www/py-jwcrypto/Makefile:1.5 Thu Jan  4 22:29:23 2024
+++ pkgsrc/www/py-jwcrypto/Makefile     Sat Jan 20 16:19:14 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2024/01/04 22:29:23 adam Exp $
+# $NetBSD: Makefile,v 1.6 2024/01/20 16:19:14 wiz Exp $
 
 DISTNAME=      jwcrypto-1.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/latchset/jw
 COMMENT=       Implementation of JOSE Web standards
 LICENSE=       gnu-lgpl-v3
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-deprecated-[0-9]*:../../devel/py-deprecated
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index