pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-fixtures py-fixtures: turn pbr into a TOOL_DE...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b77d6176a17f
branches: trunk
changeset: 378431:b77d6176a17f
user: nia <nia%pkgsrc.org@localhost>
date: Tue May 03 17:33:09 2022 +0000
description:
py-fixtures: turn pbr into a TOOL_DEPENDS since it's listed as required
during setup by the build system
diffstat:
devel/py-fixtures/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 71e04f51061c -r b77d6176a17f devel/py-fixtures/Makefile
--- a/devel/py-fixtures/Makefile Tue May 03 17:15:15 2022 +0000
+++ b/devel/py-fixtures/Makefile Tue May 03 17:33:09 2022 +0000
@@ -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 @@
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