summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2021-05-10 22:06:35 +0200
committerThierry Thomas <thierry@FreeBSD.org>2021-05-10 22:13:20 +0200
commit1d44af58980136b882d146f21d8776943a14c5eb (patch)
treef3a678f8aea7c2044c105d15a6ff7c7afec40762 /finance
parentaea041f3a2b531c0265897f6aec59936a96a9f35 (diff)
downloadfreebsd-ports-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 'finance')
-rw-r--r--finance/py-backtrader/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/py-backtrader/Makefile b/finance/py-backtrader/Makefile
index 4a446736d0c4..ad78adda42b5 100644
--- a/finance/py-backtrader/Makefile
+++ b/finance/py-backtrader/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.7+
USE_GITHUB= yes # Does not distribute sdist via PyPI
USE_PYTHON= autoplist concurrent distutils