- Restrict Python version to 2.5+ to avoid syntax error with Python 2.4
PR: ports/149276 Submitted by: glarkin Approved by: wen (via email)
This commit is contained in:
parent
a650069f05
commit
5395d4142c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259508
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= A dead-simple Object-XML mapper for Python
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYTHON= 2.5+
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue