aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-30 01:17:40 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-06-30 01:31:23 +0000
commit2682ebaec4e74f9bf1de5b6e5f0322f46b251f6f (patch)
treee9006ba78c4eac623e7e06ce40040bb31e450160
parente713f52bfc3eaf6549eefb85216f8882cad0af21 (diff)
devel/py-async_timeout: Remove conditional DEPENDS
These *_DEPENDS are no longer required after the removal of python37. Sponsored by: The FreeBSD Foundation
-rw-r--r--devel/py-async_timeout/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/py-async_timeout/Makefile b/devel/py-async_timeout/Makefile
index dfb76c604300..d195d13a1cde 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 <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>