From 26dcfcca8bd44d112dd3fddd3ec21758f4b1eeab Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Thu, 10 Apr 2025 01:45:17 +0800 Subject: [PATCH] www/py-django-timezone-field: Remove outdated PYTHON_REL check after lang/python38 removal (ca15850a2b13f4fede0294d724e1d4a8edec8407) Approved by: portmgr (blanket) With hat: python --- www/py-django-timezone-field/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/www/py-django-timezone-field/Makefile b/www/py-django-timezone-field/Makefile index 807680392447..b6f21d709db5 100644 --- a/www/py-django-timezone-field/Makefile +++ b/www/py-django-timezone-field/Makefile @@ -21,10 +21,4 @@ USE_PYTHON= autoplist pep517 NO_ARCH= yes CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} -.include - -.if ${PYTHON_REL} < 30900 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.zoneinfo>=0.2.1<0.3.0:devel/py-backports.zoneinfo@${PY_FLAVOR} -.endif - -.include +.include