From 2682ebaec4e74f9bf1de5b6e5f0322f46b251f6f Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Fri, 30 Jun 2023 03:17:40 +0200 Subject: [PATCH] devel/py-async_timeout: Remove conditional DEPENDS These *_DEPENDS are no longer required after the removal of python37. Sponsored by: The FreeBSD Foundation --- devel/py-async_timeout/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/devel/py-async_timeout/Makefile b/devel/py-async_timeout/Makefile index dfb76c6043005..d195d13a1cde2 100644 --- a/devel/py-async_timeout/Makefile +++ b/devel/py-async_timeout/Makefile @@ -19,13 +19,7 @@ USE_PYTHON= autoplist distutils NO_ARCH= yes -.include - -.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 +.include