1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

devel/py-future-annotations: unbreak bulk -a

This commit is contained in:
Antoine Brodin 2021-05-07 19:06:35 +00:00
parent 23be95ab47
commit 060df9fe53

View File

@ -15,9 +15,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tokenize-rt>=3:devel/py-tokenize-rt@${PY_FLAVOR}
USES= python:3.6
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} >= 3700
IGNORE= included in python ${PYTHON_VER}
.endif
.include <bsd.port.post.mk>