pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-pbr py-pbr: comment out py-testtools test dep...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6db8d00d9f73
branches:  trunk
changeset: 372579:6db8d00d9f73
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 27 11:23:16 2022 +0000

description:
py-pbr: comment out py-testtools test dependency

py-testtools needs py-pbr

diffstat:

 devel/py-pbr/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r f48a45f9e7a0 -r 6db8d00d9f73 devel/py-pbr/Makefile
--- a/devel/py-pbr/Makefile     Thu Jan 27 11:17:37 2022 +0000
+++ b/devel/py-pbr/Makefile     Thu Jan 27 11:23:16 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2022/01/27 11:17:37 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2022/01/27 11:23:16 wiz Exp $
 
 DISTNAME=      pbr-5.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -24,7 +24,8 @@
 TEST_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.32.0:../../devel/py-wheel
 # not packaged: hacking, stestr
 
-PYTHON_VERSIONED_DEPENDENCIES+=        testtools:test
+# circular dependency - testtools depends on pbr
+#PYTHON_VERSIONED_DEPENDENCIES+=       testtools:test
 
 REPLACE_PYTHON+=       pbr/tests/testpackage/setup.py
 



Home | Main Index | Thread Index | Old Index