1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

biology/py-biopython: Set python requirement to 3.6+

New requirement for v1.77 overlooked during upgrade
This commit is contained in:
Jason W. Bacon 2020-06-13 13:42:12 +00:00
parent 930546207d
commit 3fadea798f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538671

View File

@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.rst
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY}
USES= python
USES= python:3.6+
USE_PYTHON= distutils autoplist
OPTIONS_DEFINE= REPORTLAB