[ARVADOS] updated: 1.3.0-1193-ge4e38ac6a

Git user git at public.curoverse.com
Tue Jul 16 13:23:18 UTC 2019


Summary of changes:
 services/fuse/arvados_version.py | 2 --
 services/fuse/setup.py           | 1 +
 2 files changed, 1 insertion(+), 2 deletions(-)

       via  e4e38ac6a304e7f81c27975a8b26acf774bceace (commit)
      from  cc3eccee85114bacf0721eb7477fd7ae68295c89 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit e4e38ac6a304e7f81c27975a8b26acf774bceace
Author: Eric Biagiotti <ebiagiotti at veritasgenetics.com>
Date:   Tue Jul 16 09:21:44 2019 -0400

    14965: Fixes py2 installation
    
    Arvados-DCO-1.1-Signed-off-by:  <ebiagiotti at veritasgenetics.com>

diff --git a/services/fuse/arvados_version.py b/services/fuse/arvados_version.py
index 4253a09f6..2e6484cab 100644
--- a/services/fuse/arvados_version.py
+++ b/services/fuse/arvados_version.py
@@ -2,8 +2,6 @@
 #
 # SPDX-License-Identifier: Apache-2.0
 
-from builtins import str
-from builtins import next
 import subprocess
 import time
 import os
diff --git a/services/fuse/setup.py b/services/fuse/setup.py
index 59213e8eb..0bc4a0b65 100644
--- a/services/fuse/setup.py
+++ b/services/fuse/setup.py
@@ -40,6 +40,7 @@ setup(name='arvados_fuse',
       install_requires=[
         'arvados-python-client >= 0.1.20151118035730',
         'llfuse >=1.2, <=1.3.6',
+        'future',
         'python-daemon',
         'ciso8601 >= 2.0.0',
         'setuptools',

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list