aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-08-25 12:45:01 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-08-27 23:49:12 +0000
commitcda6b1f7b0914beab58972467d8a1171d9f045da (patch)
tree0d6d1f0410e686de3e856213e4bfafb22f0da950
parent657b4a5caf6e34f7304323b9d001e74aedf59e88 (diff)
downloadports-cda6b1f7b0914beab58972467d8a1171d9f045da.tar.gz
ports-cda6b1f7b0914beab58972467d8a1171d9f045da.zip
devel/boost-python-libs: mark as not compatible with python 3.10
This limitation is inherited from math/py-numpy and needs to be rechecked when it supports 3.10 Approved by: portmgr blanket
-rw-r--r--devel/boost-python-libs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/boost-python-libs/Makefile b/devel/boost-python-libs/Makefile
index daf2a1fd95e6..74a2adcb1146 100644
--- a/devel/boost-python-libs/Makefile
+++ b/devel/boost-python-libs/Makefile
@@ -10,7 +10,7 @@ BUILD_DEPENDS= bjam:devel/boost-jam \
${PYNUMPY}
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
-USES= python:3.6+
+USES= python:3.6-3.9 # upper bound inherited from math/py-numpy
USE_PYTHON= flavors
OPTIONS_DEFINE= DEBUG OPTIMIZED_CFLAGS