diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-11-06 03:03:18 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-11-06 03:14:14 +0800 |
commit | 61a5dcbbae453ad95ff73440646cb05c85966cc3 (patch) | |
tree | 6c1a7813ccbf2f3d5a02b49f9faeae4057f1411e | |
parent | finance/py-yfinance: Update USES=python (diff) |
graphics/py-h3: Update USES=python
math/py-numpy requires Python 3.7+
-rw-r--r-- | graphics/py-h3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-h3/Makefile b/graphics/py-h3/Makefile index ee74ed43805d..43f53e28d3d2 100644 --- a/graphics/py-h3/Makefile +++ b/graphics/py-h3/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libh3.so:graphics/h3 TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= localbase:ldflags ninja:build python:3.6+ +USES= localbase:ldflags ninja:build python:3.7+ USE_PYTHON= autoplist concurrent cython distutils CFLAGS+= -I${LOCALBASE}/include/h3 |