diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-17 23:44:32 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-04-17 23:58:18 +0000 |
commit | e8e275f53cb30213ba77c5f599e3d803f8a8092b (patch) | |
tree | f7f1831081bc7873cda924bfcfdfa55adcfe85c0 /devel/py-pint-pandas/Makefile | |
parent | 8b2239433daf63c60b036fb37697c69c6fd0b6fe (diff) | |
download | ports-e8e275f53cb30213ba77c5f599e3d803f8a8092b.tar.gz ports-e8e275f53cb30213ba77c5f599e3d803f8a8092b.zip |
Diffstat (limited to 'devel/py-pint-pandas/Makefile')
-rw-r--r-- | devel/py-pint-pandas/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-pint-pandas/Makefile b/devel/py-pint-pandas/Makefile index 5cde81108c8e..a2a7abc8404a 100644 --- a/devel/py-pint-pandas/Makefile +++ b/devel/py-pint-pandas/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=1.2,1:math/py-pandas@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pint>=0.17:devel/py-pint@${PY_FLAVOR} -USES= python:3.7+ +USES= python:3.8+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |