mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04: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:
parent
90468294dc
commit
f2230368a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545462
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue