1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

textproc/py-jq: package properly with py <= 3.7

Reported by:	kai@
PR:		256085
This commit is contained in:
Matthias Andree 2021-06-04 23:45:15 +02:00
parent c167b0329e
commit d15f0e6044

View File

@ -20,6 +20,6 @@ USES= localbase python:3.4+
USE_PYTHON= autoplist distutils
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/jq.*.so
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/jq*.so
.include <bsd.port.mk>