diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2020-08-19 22:07:11 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2020-08-19 22:07:11 +0000 |
commit | f2230368a853310b21fd95f1739153c2ee8ca1cc (patch) | |
tree | 780a5332be69870bbd65f61731ea406b8ed1207f | |
parent | Unbreak bulk -a (diff) |
math/py-seriate: Add missing Python version requirement
Requires Python 3.5+
Reported by: pkg-fallout
Approved by: portmgr blanket
-rw-r--r-- | math/py-seriate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |