|
env.install(builder.get_dependencies(distribution)) |
When using python -m build. The config_settings dictionary is always None in the get_requires_for_build_* callbacks regardless of the options passed on the command line.
The fix is to pass in config_settings dictionary to get_dependencies on the call on the referenced line.
I will likely have the time to add a pull request in a few days.