1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

math/py-pyFFTW: Update USES=python

devel/py-dask requires Python 3.8+
This commit is contained in:
Po-Chuan Hsieh 2022-03-25 21:11:23 +08:00
parent cfd5d5c585
commit 18c4dfc705
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -18,7 +18,7 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \
libfftw3f.so:math/fftw3-float
RUN_DEPENDS= ${PY_DEPENDS}
USES= python:3.6+ localbase:ldflags
USES= python:3.8+ localbase:ldflags
USE_PYTHON= distutils cython autoplist
.include <bsd.port.mk>