[Bug 263121] [www/chromium] allow building with python 3.10
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Apr 2022 14:08:51 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263121 Bug ID: 263121 Summary: [www/chromium] allow building with python 3.10 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: chromium@FreeBSD.org Reporter: morganw@gmail.com Flags: maintainer-feedback?(chromium@FreeBSD.org) Assignee: chromium@FreeBSD.org Port makefile specifies USES=python:3.6-3.9, which prevents building if the default python version is set to 3.10 build fails with: ===> py38-Jinja2-3.0.1 Unknown flavor 'py38', possible flavors: py310. Fix: set python:3.6-3.10 Port builds and runs successfully with 3.10. -- You are receiving this mail because: You are the assignee for the bug.