Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-testscenarios py-testscenarios: needs py-test...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f04ad862742
branches:  trunk
changeset: 428761:4f04ad862742
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Apr 11 07:27:37 2020 +0000

description:
py-testscenarios: needs py-testtools

diffstat:

 devel/py-testscenarios/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 5cd2d4e82c56 -r 4f04ad862742 devel/py-testscenarios/Makefile
--- a/devel/py-testscenarios/Makefile   Sat Apr 11 07:26:27 2020 +0000
+++ b/devel/py-testscenarios/Makefile   Sat Apr 11 07:27:37 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/06/13 22:20:39 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2020/04/11 07:27:37 adam Exp $
 
 DISTNAME=      testscenarios-0.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,9 +11,7 @@
 LICENSE=       apache-2.0 OR modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-pbr-[0-9]*:../../devel/py-pbr
-# circular dependency
-# https://github.com/testing-cabal/testscenarios/issues/4
-#DEPENDS+=     ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools
+DEPENDS+=      ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools
 
 TEST_TARGET=   check
 



Home | Main Index | Thread Index | Old Index