1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

science/py-geometer: Fix build with numpy-1.24

Approved by:	portmgr(blanket)
This commit is contained in:
Wen Heping 2023-02-08 09:26:43 +08:00
parent c078c3ea17
commit f92330acae

View File

@ -12,7 +12,7 @@ WWW= https://github.com/jan-mue/geometer
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.15,1<1.24,1:math/py-numpy@${PY_FLAVOR}
RUN_DEPENDS= ${PYNUMPY}
USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils