pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-runner
Module Name: pkgsrc
Committed By: wiz
Date: Tue Mar 20 14:33:29 UTC 2018
Modified Files:
pkgsrc/devel/py-test-runner: Makefile
Log Message:
py-test-runner: comment out py-test-flake8 dependency
It is a test dependency, but we can't add it since it would introduce
a cyclic dependency.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-test-runner/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-test-runner/Makefile
diff -u pkgsrc/devel/py-test-runner/Makefile:1.14 pkgsrc/devel/py-test-runner/Makefile:1.15
--- pkgsrc/devel/py-test-runner/Makefile:1.14 Mon Mar 19 10:22:56 2018
+++ pkgsrc/devel/py-test-runner/Makefile Tue Mar 20 14:33:29 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2018/03/19 10:22:56 adam Exp $
+# $NetBSD: Makefile,v 1.15 2018/03/20 14:33:29 wiz Exp $
DISTNAME= pytest-runner-4.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -12,7 +12,8 @@ LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
DEPENDS+= ${PYPKGPREFIX}-test>=2.8:../../devel/py-test
-DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8
+# TEST_DEPENDS, but introduces dependency cycle
+#BUILD_DEPENDS+= ${PYPKGPREFIX}-test-flake8-[0-9]*:../../devel/py-test-flake8
USE_LANGUAGES= # none
Home |
Main Index |
Thread Index |
Old Index