WillAyd commented on code in PR #46062: URL: https://github.com/apache/arrow/pull/46062#discussion_r2035508016
########## ci/docker/python-sdist.dockerfile: ########## @@ -32,5 +32,6 @@ RUN apt-get update -y -q && \ COPY python/requirements-build.txt \ /arrow/python/requirements-build.txt RUN pip3 install --requirement /arrow/python/requirements-build.txt +RUN pip3 install build Review Comment: We could also add this to python/requirements-build.txt, depending on if we care to differentiate the requirements for just building from creating a source distribution -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org