This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 836fcfb ARROW-9326: [FOLLOWUP] Use requirements-build.txt for
installing setuptools (#7638)
836fcfb is described below
commit 836fcfbb684870e61595d2544018a4d99b9fb677
Author: Wes McKinney <[email protected]>
AuthorDate: Sun Jul 5 20:07:06 2020 -0400
ARROW-9326: [FOLLOWUP] Use requirements-build.txt for installing setuptools
(#7638)
---
ci/docker/linux-apt-python-3.dockerfile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/ci/docker/linux-apt-python-3.dockerfile
b/ci/docker/linux-apt-python-3.dockerfile
index 032d69c..f9b12d2 100644
--- a/ci/docker/linux-apt-python-3.dockerfile
+++ b/ci/docker/linux-apt-python-3.dockerfile
@@ -35,8 +35,7 @@ COPY python/requirements-build.txt \
RUN pip install \
-r arrow/python/requirements-build.txt \
- -r arrow/python/requirements-test.txt \
- setuptools
+ -r arrow/python/requirements-test.txt
ENV ARROW_PYTHON=ON \
ARROW_BUILD_STATIC=OFF \