Skip to content

Commit

Permalink
comms/chirp: remove conditional for Python < 3.8 after 3.7 removal
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwin committed Jun 28, 2023
1 parent 2103576 commit 85eecee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions comms/chirp/Makefile
Expand Up @@ -52,8 +52,5 @@ post-install:
.if ${PYTHON_REL} < 31000
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-resources>0:devel/py-importlib-resources@${PY_FLAVOR}
.endif
.if ${PYTHON_REL} < 30800
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>0:devel/py-importlib-metadata@${PY_FLAVOR}
.endif

.include <bsd.port.post.mk>

0 comments on commit 85eecee

Please sign in to comment.