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
commit6616210edd871ef5411b573879cdde4ec7e81666 (patch)
treeaa9f0d3f671463e8c56dd828464f562f517a6770
parent2f5e10a530d716d4597f25d663ce13b8d298b4ae (diff)
downloadports-6616210edd871ef5411b573879cdde4ec7e81666.tar.gz
ports-6616210edd871ef5411b573879cdde4ec7e81666.zip
devel/py-azure-mgmt-security: Remove outdated PYTHON_REL check after lang/python37 removal
Approved by: portmgr (blanket) With hat: python
-rw-r--r--devel/py-azure-mgmt-security/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/py-azure-mgmt-security/Makefile b/devel/py-azure-mgmt-security/Makefile
index a6e84aceb5a6..449f7de24497 100644
--- a/devel/py-azure-mgmt-security/Makefile
+++ b/devel/py-azure-mgmt-security/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>