maintainer-feedback requested: [Bug 263121] [www/chromium] allow building with python 3.10

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 07 Apr 2022 14:08:51 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-chromium (Nobody)
<chromium@FreeBSD.org> for maintainer-feedback:
Bug 263121: [www/chromium] allow building with python 3.10
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263121



--- Description ---
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.