pitrou commented on code in PR #41041: URL: https://github.com/apache/arrow/pull/41041#discussion_r1625914262
########## python/examples/minimal_build/build_venv.sh: ########## @@ -35,6 +35,7 @@ source $WORKDIR/venv/bin/activate git config --global --add safe.directory $ARROW_ROOT pip install -r $ARROW_ROOT/python/requirements-build.txt +pip install wheel Review Comment: > So it's still a good change to exlude `wheel` from the build requirements in pyproject.toml, I may have missed something but is it really useful to exclude it from the build requirements? It's a pure Python package with zero non-trivial dependency, AFAICT. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
