The 26.1.0 update switched the build backend to scikit-build-core.
When no cmake binary is present, scikit-build-core adds cmake>=3.20
as a dynamic build requirement, so in a clean poudriere jail the
pep517 build stops with:
- Getting build dependencies for wheel... ERROR Unmet dependencies (checked against /usr/local/bin/python3.12): cmake>=3.20 wanted: >=3.20 found: not installed
devel/py-scikit-build-core only lists cmake in TEST_DEPENDS, so the
consumer has to pull it in. Add USES=cmake:indirect, as other
scikit-build-core consumers in the tree do.