diff options
Diffstat (limited to 'devel/py-unit/Makefile')
-rw-r--r-- | devel/py-unit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-unit/Makefile b/devel/py-unit/Makefile index 62d9d4d458b..5fb5b8a9355 100644 --- a/devel/py-unit/Makefile +++ b/devel/py-unit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2015/12/05 21:25:40 adam Exp $ +# $NetBSD: Makefile,v 1.19 2016/07/09 13:03:44 wiz Exp $ DISTNAME= pyunit-1.4.1 PKGNAME= ${PYPKGPREFIX}-unit-1.4.1 @@ -13,7 +13,7 @@ COMMENT= Unit testing framework for python EGG_NAME= PyUnit-${PKGVERSION_NOREV} PYTHON_SELF_CONFLICT= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |