From cf61f740015a953554a76f9fbe197d05f6bf41d2 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 31 Oct 2022 13:46:03 +0300 Subject: [PATCH] devel/boost-python-libs: remove irrelevant python version limitation PR: 267362 --- devel/boost-python-libs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/boost-python-libs/Makefile b/devel/boost-python-libs/Makefile index c7d4f5d6a4965..d55b6d233cbcb 100644 --- a/devel/boost-python-libs/Makefile +++ b/devel/boost-python-libs/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= bjam:devel/boost-jam \ ${PYNUMPY} LIB_DEPENDS= libboost_thread.so:devel/boost-libs -USES= python:3.8-3.10 # upper bound inherited from math/py-numpy +USES= python:3.8+ USE_PYTHON= flavors OPTIONS_DEFINE= DEBUG OPTIMIZED_CFLAGS