diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-12-02 20:08:20 +0800 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-12-02 20:08:20 +0800 |
| commit | 7292099366868e8ff0601a6887ba9d6be8eb4962 (patch) | |
| tree | c21698141eecffd1c4abb2211069b5bfd43b0ca9 | |
| parent | mail/py-authres: Update COMMENT and pkg-descr (diff) | |
math/py-gym: Remove outdated PYTHON_REL check after lang/python39 removal (05de8effa6b4a6fd9758a51d0c1acea91a36d3c6)
| -rw-r--r-- | math/py-gym/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/math/py-gym/Makefile b/math/py-gym/Makefile index 535408217618..cb032b88abe5 100644 --- a/math/py-gym/Makefile +++ b/math/py-gym/Makefile @@ -24,10 +24,4 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 31000 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=4.8.0:devel/py-importlib-metadata@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |
