From b66e0b6ef8ae1d38096e20e15c4a0cddd7a6214e Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Thu, 10 Apr 2025 01:44:34 +0800 Subject: [PATCH] net/py-errbot: Remove outdated PYTHON_REL check after lang/python38 removal (ca15850a2b13f4fede0294d724e1d4a8edec8407) --- net/py-errbot/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/net/py-errbot/Makefile b/net/py-errbot/Makefile index aa53d6d53a40..05726e79ad50 100644 --- a/net/py-errbot/Makefile +++ b/net/py-errbot/Makefile @@ -50,10 +50,4 @@ XMPP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.5.0:devel/py-pyasn1@${PY_FLAV ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0.3.0:devel/py-pyasn1-modules@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}slixmpp>=1.8.4:net-im/py-slixmpp@${PY_FLAVOR} -.include - -.if ${PYTHON_REL} < 30900 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}graphlib-backport>=1.0.3:graphics/py-graphlib-backport@${PY_FLAVOR} -.endif - -.include +.include