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