From a062b040fdd8f67bc7c878f3d65218d4edf0d916 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Fri, 30 Jun 2023 15:04:18 +0800 Subject: [PATCH] math/py-rpy2: Remove outdated PYTHON_REL check after lang/python37 removal --- math/py-rpy2/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/math/py-rpy2/Makefile b/math/py-rpy2/Makefile index a7f81ac263ce..c644de7ca865 100644 --- a/math/py-rpy2/Makefile +++ b/math/py-rpy2/Makefile @@ -34,13 +34,7 @@ PANDAS_DESC= Pandas support PANDAS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>=1.3.5,1:math/py-pandas@${PY_FLAVOR} -.include - -.if ${PYTHON_REL} < 30800 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} -.endif - post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + -.include +.include