py-numpy: add missing TDEPs. py3-typing_extensions (tests break badly if

it isn't installed). test_requirements.txt also lists py3-test-cov and
py3-wheel, so add them as well.

ok phessler
This commit is contained in:
tb 2023-01-13 08:24:08 +00:00
parent 934a7a179f
commit c34ec940b3

View File

@ -31,7 +31,10 @@ BUILD_DEPENDS= devel/gas \
TEST_DEPENDS= ${FULLPKGNAME}:${FULLPKGPATH} \
devel/py-hypothesis${MODPY_FLAVOR} \
devel/py-test${MODPY_FLAVOR} \
devel/py-tz${MODPY_FLAVOR}
devel/py-test-cov${MODPY_FLAVOR} \
devel/py-typing-extensions${MODPY_FLAVOR} \
devel/py-tz${MODPY_FLAVOR} \
devel/py-wheel${MODPY_FLAVOR}
.include <bsd.port.arch.mk>
.if ${PROPERTIES:Mgcc49}