git: de76272c27b2 - main - www/py-user_agent: unbreak the ports tree

From: Antoine Brodin <antoine_at_FreeBSD.org>
Date: Tue, 16 Sep 2025 05:46:58 UTC
The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=de76272c27b28b7be6978acccdd318c13cddef82

commit de76272c27b28b7be6978acccdd318c13cddef82
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2025-09-16 05:46:27 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2025-09-16 05:46:27 +0000

    www/py-user_agent: unbreak the ports tree
---
 www/py-user_agent/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/py-user_agent/Makefile b/www/py-user_agent/Makefile
index fafe92520ded..b193cfc9eb1d 100644
--- a/www/py-user_agent/Makefile
+++ b/www/py-user_agent/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@{PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR}
 
 NO_ARCH=	yes
 USES=		python