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:   nia
Date:           Tue May  3 17:33:09 UTC 2022

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

Log Message:
py-fixtures: turn pbr into a TOOL_DEPENDS since it's listed as required
during setup by the build system


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 pkgsrc/devel/py-fixtures/Makefile:1.7
--- pkgsrc/devel/py-fixtures/Makefile:1.6       Fri Apr 29 23:29:17 2022
+++ pkgsrc/devel/py-fixtures/Makefile   Tue May  3 17:33:09 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/04/29 23:29:17 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2022/05/03 17:33:09 nia Exp $
 
 DISTNAME=      fixtures-3.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -15,10 +15,11 @@ DEPENDS+=   ${PYPKGPREFIX}-six>=1.0.0:../.
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+TOOL_DEPENDS+=         ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr
+
 # 9 test failures as of 3.0.0
 # https://github.com/testing-cabal/fixtures/issues/35
 TEST_DEPENDS+=         ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-TEST_DEPENDS+=         ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr
 # 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