aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-26 21:42:00 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-26 21:42:00 +0000
commit2f5e10a530d716d4597f25d663ce13b8d298b4ae (patch)
treec7d4c993a66a843a027d88e089344783f2367246
parentaa81cbc2603bdc6110171d7a224e4af0cfcee70d (diff)
devel/py-azure-mgmt-search: Remove outdated PYTHON_REL check after lang/python37 removal
Approved by: portmgr (blanket) With hat: python
-rw-r--r--devel/py-azure-mgmt-search/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/py-azure-mgmt-search/Makefile b/devel/py-azure-mgmt-search/Makefile
index 5ce4a50257bf..40386e039f45 100644
--- a/devel/py-azure-mgmt-search/Makefile
+++ b/devel/py-azure-mgmt-search/Makefile
@@ -19,10 +19,4 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 30800
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.3.0:devel/py-typing-extensions@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>