Skip to content

Commit

Permalink
devel/py-async_timeout: Remove conditional DEPENDS
Browse files Browse the repository at this point in the history
These *_DEPENDS are no longer required after the removal of python37.

Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Jun 30, 2023
1 parent e713f52 commit 2682eba
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions devel/py-async_timeout/Makefile
Expand Up @@ -19,13 +19,7 @@ USE_PYTHON= autoplist distutils

NO_ARCH= yes

.include <bsd.port.pre.mk>

.if ${PYTHON_REL} < 30800
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.6.5:devel/py-typing-extensions@${PY_FLAVOR}
.endif

do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test

.include <bsd.port.post.mk>
.include <bsd.port.mk>

0 comments on commit 2682eba

Please sign in to comment.