aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-11-01 14:32:26 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-11-01 15:28:24 +0000
commit893daf4fbc25cef09586e7c9389ae47f70488de8 (patch)
treeb98062ea40ff21935663aa6fdef955da6abce4ac
parentbbdb8c12e8ac1bd8ce990ee3a212ddc1d2698634 (diff)
downloadports-893daf4fbc25cef09586e7c9389ae47f70488de8.tar.gz
ports-893daf4fbc25cef09586e7c9389ae47f70488de8.zip
biology/libsbml: limit supported python versions
File "/wrkdirs/usr/ports/biology/libsbml/work/libsbml-5.19.0/src/bindings/python/doc-converter/rewrite_pydoc.py", line 121, in <module> from formatter import NullWriter, AbstractFormatter ModuleNotFoundError: No module named 'formatter' Approved by: portmgr blanket
-rw-r--r--biology/libsbml/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/libsbml/Makefile b/biology/libsbml/Makefile
index 4e6d0e186774..39e627a55eff 100644
--- a/biology/libsbml/Makefile
+++ b/biology/libsbml/Makefile
@@ -35,7 +35,7 @@ LIBXML2_USE= GNOME=libxml2
LIBXML2_USES= gnome
PYTHON_BUILD_DEPENDS= swig:devel/swig
PYTHON_CMAKE_BOOL= WITH_PYTHON
-PYTHON_USES= python
+PYTHON_USES= python:-3.9
PYTHON_CMAKE_ON= WITH_SWIG
RUBY_BUILD_DEPENDS= swig:devel/swig
RUBY_CMAKE_BOOL= WITH_RUBY