aboutsummaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-05 19:03:16 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-05 19:14:14 +0000
commit1295b9d75bdc0d2f0902c55318fa472d2045fcf3 (patch)
treed932ca885d2ea4c2ed30c50f1accdac3331e8857 /finance
parenta280f0e664ed2eface2f25070029dddda2e4566c (diff)
downloadports-1295b9d75bdc0d2f0902c55318fa472d2045fcf3.tar.gz
ports-1295b9d75bdc0d2f0902c55318fa472d2045fcf3.zip
finance/py-yfinance: Update USES=python
math/py-pandas requires Python 3.7+
Diffstat (limited to 'finance')
-rw-r--r--finance/py-yfinance/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/py-yfinance/Makefile b/finance/py-yfinance/Makefile
index d3262ed2354a..32dc1c7c9ed2 100644
--- a/finance/py-yfinance/Makefile
+++ b/finance/py-yfinance/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=4.5.1:devel/py-lxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pandas>=0.24,1:math/py-pandas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.20:www/py-requests@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes