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:   wiz
Date:           Sun Dec 17 08:29:04 UTC 2023

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

Log Message:
py-fixtures: fix TOOLS


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 pkgsrc/devel/py-fixtures/Makefile:1.10
--- pkgsrc/devel/py-fixtures/Makefile:1.9       Mon Dec 11 17:14:48 2023
+++ pkgsrc/devel/py-fixtures/Makefile   Sun Dec 17 08:29:04 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2023/12/11 17:14:48 adam Exp $
+# $NetBSD: Makefile,v 1.10 2023/12/17 08:29:04 wiz Exp $
 
 DISTNAME=      fixtures-4.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://pypi.python.org/pypi/f
 COMMENT=       Fixtures, reusable state for writing clean tests and more
 LICENSE=       apache-2.0 OR modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=36.6.0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-pbr>=0:../../devel/py-pbr
 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