pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-macholib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov 26 08:40:20 UTC 2025

Modified Files:
        pkgsrc/devel/py-macholib: Makefile

Log Message:
py-macholib: add missing tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-macholib/Makefile

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

Modified files:

Index: pkgsrc/devel/py-macholib/Makefile
diff -u pkgsrc/devel/py-macholib/Makefile:1.23 pkgsrc/devel/py-macholib/Makefile:1.24
--- pkgsrc/devel/py-macholib/Makefile:1.23      Mon Nov 24 12:52:23 2025
+++ pkgsrc/devel/py-macholib/Makefile   Wed Nov 26 08:40:20 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2025/11/24 12:52:23 adam Exp $
+# $NetBSD: Makefile,v 1.24 2025/11/26 08:40:20 wiz Exp $
 
 DISTNAME=      macholib-1.16.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://github.com/ronaldousso
 COMMENT=       Mach-O header analysis and editing
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-altgraph>=0.17:../../graphics/py-altgraph
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index