Re: unknown flavor py37

From: Tatsuki Makino <tatsuki_makino_at_hotmail.com>
Date: Thu, 26 May 2022 21:29:37 UTC
Daniel Braniss wrote on 2022/05/27 00:23:
> 
> sorry, my bad, it was make FLAVOR=py37
> and the result was
> ===> py37-psutil-5.9.1 Unknown flavor 'py37', possible flavors: py38.
> 
> 

Defining BUILD_ALL_PYTHON_FLAVORS is a way to unlock this restriction.
Perhaps it should be defined in ENV. (I don't know much about it :) )

env BUILD_ALL_PYTHON_FLAVORS=1 make -C /usr/ports/multimedia/openshot FLAVOR=py39 build

But, like this, a funny thing may happen. (Later, DOCS_BINARY_ALIAS=sphinx-build=sphinx-build-${PYTHON_VER} will be added :) )

Regards.