diff options
author | dholland <dholland@pkgsrc.org> | 2011-10-02 15:54:22 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-10-02 15:54:22 +0000 |
commit | b990f2751ea2b632cdfcfff00d40a0492433bcb8 (patch) | |
tree | f4c12ac80a12cbaedaa65d1ad37b0ba11d19d948 /devel/py-testtools | |
parent | 4e634a2e393a016fbc3bd63b6e06156e2c837eef (diff) | |
download | pkgsrc-b990f2751ea2b632cdfcfff00d40a0492433bcb8.tar.gz |
does not build with python24
Diffstat (limited to 'devel/py-testtools')
-rw-r--r-- | devel/py-testtools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-testtools/Makefile b/devel/py-testtools/Makefile index 5e9f81fd26e..582395be706 100644 --- a/devel/py-testtools/Makefile +++ b/devel/py-testtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/07/22 14:15:01 obache Exp $ +# $NetBSD: Makefile,v 1.2 2011/10/02 15:54:22 dholland Exp $ # DISTNAME= testtools-0.9.11 @@ -15,5 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 24 + .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |