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