Note most recent tested python3 incompatible version. Prodded by wiz.
This commit is contained in:
parent
bf816e4b4c
commit
3be4fa8171
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.12 2014/10/10 14:40:06 jonperkin Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2014/10/10 14:43:58 jonperkin Exp $
|
||||
#
|
||||
|
||||
DISTNAME= configobj-4.7.2
|
||||
|
@ -15,6 +15,7 @@ USE_LANGUAGES= # none
|
|||
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
# XXX: as of configobj-4.7.2
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # "except Exception, e:" SyntaxError
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
|
|
Loading…
Reference in a new issue