From f2230368a853310b21fd95f1739153c2ee8ca1cc Mon Sep 17 00:00:00 2001 From: "Danilo G. Baio" Date: Wed, 19 Aug 2020 22:07:11 +0000 Subject: [PATCH] math/py-seriate: Add missing Python version requirement Requires Python 3.5+ Reported by: pkg-fallout Approved by: portmgr blanket --- math/py-seriate/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/py-seriate/Makefile b/math/py-seriate/Makefile index 89ac4c6c5f74..7e404c222474 100644 --- a/math/py-seriate/Makefile +++ b/math/py-seriate/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_GITHUB= yes GH_ACCOUNT= src-d USE_PYTHON= distutils autoplist