aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-26 21:41:56 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-08-26 21:41:56 +0000
commitdc34efe4c15e0ff410a983a39c596bf7e3fec5d2 (patch)
tree61c9ae4b786fc71223ac480ea5298071d5daeb22
parent32171fc5c5659063b3b0c33f9af25a4cbae3899f (diff)
downloadports-dc34efe4c15e0ff410a983a39c596bf7e3fec5d2.tar.gz
ports-dc34efe4c15e0ff410a983a39c596bf7e3fec5d2.zip
devel/py-azure-mgmt-rdbms: Remove outdated PYTHON_REL check after lang/python37 removal
Approved by: portmgr (blanket) With hat: python
-rw-r--r--devel/py-azure-mgmt-rdbms/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/py-azure-mgmt-rdbms/Makefile b/devel/py-azure-mgmt-rdbms/Makefile
index 609b121b9b92..2728c1794df6 100644
--- a/devel/py-azure-mgmt-rdbms/Makefile
+++ b/devel/py-azure-mgmt-rdbms/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>