www/py-notebook: Remove outdated PYTHON_REL check after lang/python39 removal (05de8effa6)

This commit is contained in:
Po-Chuan Hsieh
2025-12-03 14:25:40 +08:00
parent 91236f1cf4
commit a422521e42
+1 -7
View File
@@ -53,10 +53,4 @@ CPE_VENDOR= jupyter
post-extract:
@${FIND} ${WRKSRC} -name '*.orig' -delete
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 31000
TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-resources>=5.0:devel/py-importlib-resources@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>