1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

math/py-seriate: Add missing Python version requirement

Requires Python 3.5+

Reported by:	pkg-fallout
Approved by:	portmgr blanket
This commit is contained in:
Danilo G. Baio 2020-08-19 22:07:11 +00:00
parent 90468294dc
commit f2230368a8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545462

View File

@ -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