add hidden BDEP on cython

This commit is contained in:
sthen 2022-08-16 00:53:46 +00:00
parent 8f222eb333
commit af58169317

View File

@ -17,7 +17,8 @@ PERMIT_PACKAGE= Yes
WANTLIB += pthread sqlite3
BUILD_DEPENDS= textproc/py-sphinx,python3>=4.0.2
BUILD_DEPENDS= textproc/py-sphinx,python3>=4.0.2 \
lang/cython${MODPY_FLAVOR}
LIB_DEPENDS= databases/sqlite3
TEST_DEPENDS= databases/py-psycopg2${MODPY_FLAVOR}