From 1d44af58980136b882d146f21d8776943a14c5eb Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Mon, 10 May 2021 22:06:35 +0200 Subject: math/py-matplotlib: chase minimum Python version in dependent ports Since the previous update changed USES=python from 3.6+ to 3.7+, all dependent ports must have USES=python:3.7+ as well, otherwise it breaks the @py36 flavor. PR: 255347 Reported by: sunpoet --- science/code_saturne/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'science/code_saturne') diff --git a/science/code_saturne/Makefile b/science/code_saturne/Makefile index b74c666ea435..206e8b15fabb 100644 --- a/science/code_saturne/Makefile +++ b/science/code_saturne/Makefile @@ -26,7 +26,7 @@ USE_GITHUB= yes GH_ACCOUNT= code-saturne USES= autoreconf bison compiler:c11 fortran gettext gnome gmake \ - iconv libtool pyqt:5 python:3.6+ shebangfix + iconv libtool pyqt:5 python:3.7+ shebangfix USE_GNOME= libxml2 USE_PYQT= core gui sip widgets xml_build -- cgit v1.2.3