From 898cf2800ce2fc23d96d2a4c82a261302292b230 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 17 Nov 2021 15:48:35 +0300 Subject: python-doc-html: fix build with python 3.11 There's no docs for alpha python 3.11 yet, so limit supported python versions with 3.10. Also limit from below to avoid falling back to python 2.7 docs. PR: 259745 Approved by: python --- lang/python-doc-html/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/python-doc-html/Makefile b/lang/python-doc-html/Makefile index 2049bc6431e4..b233e743c64b 100644 --- a/lang/python-doc-html/Makefile +++ b/lang/python-doc-html/Makefile @@ -13,7 +13,7 @@ COMMENT= Documentation for the Python programming language PORTSCOUT= ignore:1 -USES= python:env tar:bzip2 +USES= python:3.6-3.10,env tar:bzip2 NO_ARCH= yes NO_BUILD= yes -- cgit v1.2.3