Skip to content

Commit

Permalink
devel/boost-python-libs: mark as not compatible with python 3.10
Browse files Browse the repository at this point in the history
This limitation is inherited from math/py-numpy and needs to be
rechecked when it supports 3.10

Approved by:	portmgr blanket
  • Loading branch information
AMDmi3 committed Aug 27, 2021
1 parent 657b4a5 commit cda6b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/boost-python-libs/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit cda6b1f

Please sign in to comment.