aboutsummaryrefslogtreecommitdiff
path: root/misc/py-spdx-lookup
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2016-02-02 20:01:44 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2016-02-02 20:01:44 +0000
commit1d86d24911c97521bee5594fcace862d0e47a106 (patch)
treee5545f4771db0649e7eab227cd7bdf71a845f98d /misc/py-spdx-lookup
parentf48935c9b7b14970904054eb221f9a36c07b70c9 (diff)
downloadports-1d86d24911c97521bee5594fcace862d0e47a106.tar.gz
ports-1d86d24911c97521bee5594fcace862d0e47a106.zip
Bump minimal python3 version to 3.3 in USES
Because we are going to remove python 3.2 from the ports tree With hat: python
Notes
Notes: svn path=/head/; revision=407841
Diffstat (limited to 'misc/py-spdx-lookup')
-rw-r--r--misc/py-spdx-lookup/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/py-spdx-lookup/Makefile b/misc/py-spdx-lookup/Makefile
index 20ef6de94417..d60400aef7e7 100644
--- a/misc/py-spdx-lookup/Makefile
+++ b/misc/py-spdx-lookup/Makefile
@@ -15,7 +15,7 @@ LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}spdx>0:${PORTSDIR}/misc/py-spdx
-USES= python:3.2+
+USES= python:3.3+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>