You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2019/02/27 19:13:19 UTC

[arrow] branch master updated: ARROW-4327: [Python] Add requirements-build.txt convenience file

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 08d6307  ARROW-4327: [Python] Add requirements-build.txt convenience file
08d6307 is described below

commit 08d6307671878b35ffc99eb9f6398b3b2aee2f15
Author: Ryan Mackenzie White <ry...@gmail.com>
AuthorDate: Sun Feb 10 18:28:16 2019 -0500

    ARROW-4327: [Python] Add requirements-build.txt convenience file
    
    Author:    Ryan Mackenzie White <ry...@gmail.com>
    Date:      Sun Feb 10 18:28:16 2019 -0500
---
 dev/release/rat_exclude_files.txt | 1 +
 python/requirements-build.txt     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/dev/release/rat_exclude_files.txt b/dev/release/rat_exclude_files.txt
index 2e4dfbd..e2a906d 100644
--- a/dev/release/rat_exclude_files.txt
+++ b/dev/release/rat_exclude_files.txt
@@ -133,6 +133,7 @@ python/pyarrow/tests/__init__.py
 python/requirements.txt
 python/requirements-test.txt
 python/requirements-wheel.txt
+python/requirements-build.txt
 pax_global_header
 MANIFEST.in
 __init__.pxd
diff --git a/python/requirements-build.txt b/python/requirements-build.txt
new file mode 100644
index 0000000..9336909
--- /dev/null
+++ b/python/requirements-build.txt
@@ -0,0 +1,3 @@
+-r requirements.txt
+-r requirements-test.txt
+cython