1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

graphics/py-cairocffi: add missing test depend

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2022-04-07 21:06:36 +03:00
parent 1f292b2f4e
commit 287bd56744

View File

@ -16,6 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}xcffib>=0.3.2:x11/py-xcffib@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
${PYNUMPY} \
gdk-pixbuf2>0:graphics/gdk-pixbuf2
USES= gnome python:3.5+