On 2020-11-03 12:30:50 +0000, nia said:
It looks like it needs PYTHON_FOR_BUILD_ONLY set, because it uses Python in the build process but doesn't install any scripts. Otherwise, the default is to have a runtime dependency. You can use tool.mk instead of application.mk to easily have a "python3" binary available during the build process.
Applied your suggestions and it looks good. Thanks for the feedback!