www/py-http-parser: fix build

cython dependency not available at post-patch stage. Use post-configure instead
This commit is contained in:
Ruslan Makhmatkhanov 2024-06-07 13:46:14 +03:00
parent ae8b261a09
commit 3d175496a1

View file

@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist cython distutils
post-patch:
post-configure:
cython-${PYTHON_VER} ${WRKSRC}/http_parser/parser.pyx
post-install: