Skip to content

Commit

Permalink
devel/py-future-annotations: unbreak bulk -a
Browse files Browse the repository at this point in the history
  • Loading branch information
ant1 committed May 7, 2021
1 parent 23be95a commit 060df9f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions devel/py-future-annotations/Makefile
Expand Up @@ -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>

0 comments on commit 060df9f

Please sign in to comment.