devel/py-unearth: Remove outdated PYTHON_REL check after lang/python37 removal

This commit is contained in:
Po-Chuan Hsieh 2023-06-30 15:04:01 +08:00
parent a98ca9ab7a
commit 852649c2e3
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -24,10 +24,4 @@ USE_PYTHON= autoplist concurrent pep517 pytest
NO_ARCH= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 30800
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cached-property>=1.5.2:devel/py-cached-property@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>