- Make 1.7.* and -devel work with Python3

Poked by:	rm
This commit is contained in:
Li-Wen Hsu 2014-10-19 17:11:50 +00:00
parent 719e172506
commit 24b7c6a88d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371200
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ LICENSE= BSD3CLAUSE
SNAPSHOTDATE= 20140821
USES= cpe gettext python:2
USES= cpe gettext python
USE_GITHUB= yes
USE_PYTHON= autoplist distutils

View File

@ -16,7 +16,7 @@ COMMENT= High-level Python Web framework
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cpe python:2
USES= cpe python
USE_PYTHON= autoplist distutils
CPE_VENDOR= djangoproject