diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-11-05 19:03:16 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-11-05 19:14:14 +0000 |
commit | 1295b9d75bdc0d2f0902c55318fa472d2045fcf3 (patch) | |
tree | d932ca885d2ea4c2ed30c50f1accdac3331e8857 /finance | |
parent | a280f0e664ed2eface2f25070029dddda2e4566c (diff) |
Diffstat (limited to 'finance')
-rw-r--r-- | finance/py-yfinance/Makefile | 2 |
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 |