git: dda359f6a34e - main - net-mgmt/peering-manager: Fix Python version
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jun 2026 07:52:40 UTC
The branch main has been updated by des:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dda359f6a34e4fc5bd42a3f861812d06345b103b
commit dda359f6a34e4fc5bd42a3f861812d06345b103b
Author: Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2026-06-23 07:34:23 +0000
Commit: Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2026-06-23 07:52:26 +0000
net-mgmt/peering-manager: Fix Python version
Upstream claims to support >=3.10,<3.15 which translates to 3.10-3.14.
Reviewed by: bofh
Differential Revision: https://reviews.freebsd.org/D57709
---
net-mgmt/peering-manager/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mgmt/peering-manager/Makefile b/net-mgmt/peering-manager/Makefile
index 13ed0e07b4eb..a634ba3b3a14 100644
--- a/net-mgmt/peering-manager/Makefile
+++ b/net-mgmt/peering-manager/Makefile
@@ -40,7 +40,7 @@ RUN_DEPENDS= \
${PYTHON_PKGNAMEPREFIX}requests>=2.32:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}social-auth-core>=4.8:security/py-social-auth-core@${PY_FLAVOR}
-USES= cpe pgsql:14+ python:-3.12
+USES= cpe pgsql:14+ python:3.10-3.14
CPE_VENDOR= ${PORTNAME}
CPE_PRODUCT= ${PORTNAME:S/-/_/}
USE_GITHUB= yes