I'm using poudriere to build my packages. My DEFAULT_VERSIONS looks like this:
I have devel/py-jmespath@py38 and devel/py-jmespath@py39 both in my buildlist. devel/py-jmespath@py39 fails to build with the error from the subject.
Currently this is the only python port I have listed with py39 flavour, but I have built different php flavours before without problems.
The Makefile for py-jmespath lists:
Is this expected because default python version is set to 3.8 or is it something that can be fixed?
Code:
DEFAULT_VERSIONS+= php=7.4 python=3.8 python3=3.8 pgsql=14 mysql=10.3m bdb=18
I have devel/py-jmespath@py38 and devel/py-jmespath@py39 both in my buildlist. devel/py-jmespath@py39 fails to build with the error from the subject.
Currently this is the only python port I have listed with py39 flavour, but I have built different php flavours before without problems.
The Makefile for py-jmespath lists:
Code:
USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
Is this expected because default python version is set to 3.8 or is it something that can be fixed?