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/py-obspy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'science/py-obspy') diff --git a/science/py-obspy/Makefile b/science/py-obspy/Makefile index 1e2b24e6360b..6b77bdbc952f 100644 --- a/science/py-obspy/Makefile +++ b/science/py-obspy/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0:databases/py-sqlalchemy10@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= fortran python:3.6+ shebangfix zip +USES= fortran python:3.7+ shebangfix zip SHEBANG_FILES= obspy/taup/tests/data/TauP_test_data/gendata.sh USE_LDCONFIG= yes LDFLAGS+= -shared -- cgit