pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-mccabe



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Sep 27 20:30:02 UTC 2018

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

Log Message:
py-mccabe: BUILD_DEPEND on py-test-runner unconditionally


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-mccabe/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-mccabe/Makefile
diff -u pkgsrc/devel/py-mccabe/Makefile:1.8 pkgsrc/devel/py-mccabe/Makefile:1.9
--- pkgsrc/devel/py-mccabe/Makefile:1.8 Sun Feb  5 19:11:41 2017
+++ pkgsrc/devel/py-mccabe/Makefile     Thu Sep 27 20:30:02 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2017/02/05 19:11:41 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2018/09/27 20:30:02 tnn Exp $
 
 DISTNAME=      mccabe-0.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,9 +11,7 @@ COMMENT=      Mccabe plugin for the Python pr
 LICENSE=       mit
 
 .include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} > 30
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
-.endif
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index