aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-11-17 12:48:35 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-11-24 17:00:33 +0000
commit898cf2800ce2fc23d96d2a4c82a261302292b230 (patch)
tree508126b9cee88a60adf5e7042180f05349fb7306
parent27f3f4018fbe293d3a12dd2fd8212a93c4619b9a (diff)
downloadports-898cf2800ce2fc23d96d2a4c82a261302292b230.tar.gz
ports-898cf2800ce2fc23d96d2a4c82a261302292b230.zip
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
-rw-r--r--lang/python-doc-html/Makefile2
1 files changed, 1 insertions, 1 deletions
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