pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-qrcode



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

Modified Files:
        pkgsrc/graphics/py-qrcode: Makefile

Log Message:
py-qrcode: add missing tools


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/py-qrcode/Makefile

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

Modified files:

Index: pkgsrc/graphics/py-qrcode/Makefile
diff -u pkgsrc/graphics/py-qrcode/Makefile:1.18 pkgsrc/graphics/py-qrcode/Makefile:1.19
--- pkgsrc/graphics/py-qrcode/Makefile:1.18     Sat Jan  6 09:24:27 2024
+++ pkgsrc/graphics/py-qrcode/Makefile  Sat Jan 20 16:17:19 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2024/01/06 09:24:27 adam Exp $
+# $NetBSD: Makefile,v 1.19 2024/01/20 16:17:19 wiz Exp $
 
 DISTNAME=      qrcode-7.4.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/lincolnloop
 COMMENT=       QR Code image generator
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-pypng-[0-9]*:../../graphics/py-pypng
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
 # pil



Home | Main Index | Thread Index | Old Index