From efd4f1e4039287df1ff0a9b39edac45bea2dd99a Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 8 Nov 2019 17:10:14 +0000 Subject: [PATCH] - Limit python version (does not build with 3.7+) Approved by: portmgr blanket --- astro/py-astropy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro/py-astropy/Makefile b/astro/py-astropy/Makefile index 2670e50ed650..599e7fd9459c 100644 --- a/astro/py-astropy/Makefile +++ b/astro/py-astropy/Makefile @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/licenses/LICENSE.rst BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} -USES= python +USES= python:-3.6 USE_PYTHON= autoplist distutils .include