You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ps...@apache.org on 2019/01/16 08:26:54 UTC

[hbase] branch master updated: HBASE-21712 Make submit-patch.py python3 compatible - ADDENDUM

This is an automated email from the ASF dual-hosted git repository.

psomogyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new 5675bb8  HBASE-21712 Make submit-patch.py python3 compatible - ADDENDUM
5675bb8 is described below

commit 5675bb85427184f0b18078004fa429f0c122d573
Author: Tommy Li <to...@microsoft.com>
AuthorDate: Mon Jan 14 22:54:43 2019 -0800

    HBASE-21712 Make submit-patch.py python3 compatible - ADDENDUM
    
    add future to python reqs
---
 dev-support/python-requirements.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-support/python-requirements.txt b/dev-support/python-requirements.txt
index e7fcf31..8ef693e 100644
--- a/dev-support/python-requirements.txt
+++ b/dev-support/python-requirements.txt
@@ -16,6 +16,7 @@
 # limitations under the License.
 #
 requests
+future
 gitpython
 rbtools
 jinja2