This is an automated email from the ASF dual-hosted git repository.
wesm 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 275bab4 ARROW-9326: [Python][TRIAGE] Pin to setuptools version prior
to distutils-related changes on July 3 (#7636)
275bab4 is described below
commit 275bab4379000c634d38bd81d1cfda49e3610456
Author: Wes McKinney <[email protected]>
AuthorDate: Sat Jul 4 20:03:51 2020 -0400
ARROW-9326: [Python][TRIAGE] Pin to setuptools version prior to
distutils-related changes on July 3 (#7636)
* Pin to setuptools version prior to distutils changes
* Only pin for Python >= 3.6 since Python 3.5 is not supported in newer
versions
---
python/requirements-build.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/python/requirements-build.txt b/python/requirements-build.txt
index 0433e96..a117b06 100644
--- a/python/requirements-build.txt
+++ b/python/requirements-build.txt
@@ -1,4 +1,5 @@
cython>=0.29
numpy>=1.14,<1.19; python_version < "3.6"
numpy>=1.14; python_version >= "3.6"
+setuptools==47.3.2; python_version >= "3.6"
setuptools_scm