pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-testscenarios



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Apr 11 07:27:38 UTC 2020

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

Log Message:
py-testscenarios: needs py-testtools


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-testscenarios/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-testscenarios/Makefile
diff -u pkgsrc/devel/py-testscenarios/Makefile:1.2 pkgsrc/devel/py-testscenarios/Makefile:1.3
--- pkgsrc/devel/py-testscenarios/Makefile:1.2  Thu Jun 13 22:20:39 2019
+++ pkgsrc/devel/py-testscenarios/Makefile      Sat Apr 11 07:27:37 2020
@@ -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 @@ COMMENT=      Pyunit extension for dependency
 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