pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-iterable-io



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Apr  5 20:08:28 UTC 2025

Modified Files:
        pkgsrc/devel/py-iterable-io: Makefile

Log Message:
py-iterable-io: add missing tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-iterable-io/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-iterable-io/Makefile
diff -u pkgsrc/devel/py-iterable-io/Makefile:1.1 pkgsrc/devel/py-iterable-io/Makefile:1.2
--- pkgsrc/devel/py-iterable-io/Makefile:1.1    Sat Apr  5 20:04:13 2025
+++ pkgsrc/devel/py-iterable-io/Makefile        Sat Apr  5 20:08:28 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/04/05 20:04:13 gdt Exp $
+# $NetBSD: Makefile,v 1.2 2025/04/05 20:08:28 wiz Exp $
 
 DISTNAME=      iterable-io-1.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/pR0Ps/itera
 COMMENT=       Adapt generators and other iterables to a python file-like interface
 LICENSE=       gnu-lgpl-v3
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/wheel.mk"



Home | Main Index | Thread Index | Old Index