diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-06-30 15:04:36 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-06-30 15:04:36 +0800 |
commit | e513eddb8de0d3e60efbf52c2aec48e204a5f208 (patch) | |
tree | 83cc485f587f911aad8fb92a32b382df5705c695 | |
parent | print/py-ufolib2: Remove outdated PYTHON_REL check after lang/python37 removal (diff) |
security/py-argon2-cffi: Remove outdated PYTHON_REL check after lang/python37 removal
-rw-r--r-- | security/py-argon2-cffi/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/security/py-argon2-cffi/Makefile b/security/py-argon2-cffi/Makefile index 33c00d51b231..49e5d45888af 100644 --- a/security/py-argon2-cffi/Makefile +++ b/security/py-argon2-cffi/Makefile @@ -24,10 +24,4 @@ USE_PYTHON= autoplist concurrent pep517 pytest NO_ARCH= yes TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 30800 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |