pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-fixtures
Module Name: pkgsrc
Committed By: gutteridge
Date: Sun Jan 28 01:55:30 UTC 2024
Modified Files:
pkgsrc/devel/py-fixtures: Makefile
Log Message:
py-fixtures: add py-setuptools tool dependency (fix bulk builds)
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-fixtures/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-fixtures/Makefile
diff -u pkgsrc/devel/py-fixtures/Makefile:1.10 pkgsrc/devel/py-fixtures/Makefile:1.11
--- pkgsrc/devel/py-fixtures/Makefile:1.10 Sun Dec 17 08:29:04 2023
+++ pkgsrc/devel/py-fixtures/Makefile Sun Jan 28 01:55:30 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2023/12/17 08:29:04 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2024/01/28 01:55:30 gutteridge Exp $
DISTNAME= fixtures-4.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,7 @@ COMMENT= Fixtures, reusable state for wr
LICENSE= apache-2.0 OR modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-pbr>=0:../../devel/py-pbr
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
# needs py-testtools for testing, but that depends on this
#TEST_DEPENDS+= ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools
Home |
Main Index |
Thread Index |
Old Index