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

weichen pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-marvin.git


The following commit(s) were added to refs/heads/develop by this push:
     new c61d463  fix thrift-sasl to version 0.3.0
c61d463 is described below

commit c61d4634751ba25efe71aede9ee8d777ba96343c
Author: Wei Chen <weic...@apache.org>
AuthorDate: Tue Mar 10 21:46:29 2020 +0800

    fix thrift-sasl to version 0.3.0
    
    https://github.com/apache/incubator-marvin/pull/44
    is failing because of thrift-sasl-0.4.1 require thrift-0.9.3
    since we have other dependencies that require thrift-0.10.0 or above, I 
will downgrade thrift-sasl to version 0.3.0
---
 python-toolbox/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python-toolbox/setup.py b/python-toolbox/setup.py
index b3a2553..305c510 100644
--- a/python-toolbox/setup.py
+++ b/python-toolbox/setup.py
@@ -58,7 +58,7 @@ REQUIREMENTS_EXTERNAL = [
     'paramiko>=2.1.2',
     'PyHive>=0.3.0',
     'thrift>=0.10.0',
-    'thrift-sasl>=0.2.1',
+    'thrift-sasl==0.3.0',
     'virtualenvwrapper>=4.7.1',
     'requests>=2.19.1',
     'python-dateutil>=2.7.3',

Reply via email to