On Fri, Sep 13, 2019 at 06:10:59PM -0400, Kurt Mosiejczuk wrote:
> +.if !${FLAVOR:Mpython3}
> +TEST_DEPENDS = devel/py-mock
> +.endif
We're still far away from switching to Python 3 by default, but would it
make sense to check `${MODPY_VERSION} == ${MODPY_DEFAULT_VERSION_2}'
here instead of implying that not building the Python 3 flavour equals
Python 2?That way switching from 2 to 3 continues to work; it also seems logically more obvious to me... just a thought.
