From 89b454230dad06609c3f85b162cd997d3afe9080 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Tue, 5 Jan 2021 20:53:59 +0000 Subject: Follow up on graphics/py-pillow6 port removal in r559976 The graphics/py-pillow6 port was removed in r559976 as it was for Python 2.7 only and no longer referenced in the default cases. However it was still defined in Mk/Uses/python.mk in PY_PILLOW, leaving a dangling reference. Remove it from Mk/Uses/python.mk, leaving only the Python 3 version of that port, graphics/py-pillow, defined and bump the minimal verion of Python to 3.6 for affected ports. --- misc/mmdnn/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/mmdnn') diff --git a/misc/mmdnn/Makefile b/misc/mmdnn/Makefile index 0f750524ec05..084feeea9400 100644 --- a/misc/mmdnn/Makefile +++ b/misc/mmdnn/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=3.6.0:devel/py-protobuf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_GITHUB= yes GH_ACCOUNT= microsoft GH_PROJECT= MMdnn -- cgit v1.2.3