diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2021-05-11 04:06:35 +0800 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2021-05-11 04:13:20 +0800 |
commit | 1d44af58980136b882d146f21d8776943a14c5eb (patch) | |
tree | f3a678f8aea7c2044c105d15a6ff7c7afec40762 /cad/py-pyfda | |
parent | aea041f3a2b531c0265897f6aec59936a96a9f35 (diff) | |
download | freebsd-ports-gnome-1d44af58980136b882d146f21d8776943a14c5eb.tar.gz freebsd-ports-gnome-1d44af58980136b882d146f21d8776943a14c5eb.tar.zst freebsd-ports-gnome-1d44af58980136b882d146f21d8776943a14c5eb.zip |
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
Diffstat (limited to 'cad/py-pyfda')
-rw-r--r-- | cad/py-pyfda/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/py-pyfda/Makefile b/cad/py-pyfda/Makefile index 7b3f5692c7bc..ac39a8a16727 100644 --- a/cad/py-pyfda/Makefile +++ b/cad/py-pyfda/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR} ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} -USES= python:3.4+ pyqt:5 +USES= python:3.7+ pyqt:5 USE_PYTHON= distutils autoplist USE_PYQT= core_run gui_run widgets_run NO_ARCH= yes |