python-wheel-build / fromager

Build your own wheels
https://fromager.readthedocs.io/en/latest/
Apache License 2.0
7 stars 11 forks source link

add `extra_environ` as an argument to dependencies hooks #481

Closed shubhbapna closed 1 month ago

shubhbapna commented 1 month ago

Packages like pypdfium2 need certain environment variable set dynamically before calling the get_build_backend_dependencies and get_build_sdist_dependencies. So we need to expose the extra_environ as an argument so that plugins can modify it and call the default functions