[ARVADOS] updated: 1.3.0-522-g97432e0e9
Git user
git at public.curoverse.com
Thu Mar 14 09:26:51 EDT 2019
Summary of changes:
services/fuse/setup.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via 97432e0e9d32a41c48a5298a0dbfd70b310e20e7 (commit)
from 5b863886118890cc81b728a3a606ea823c836f2b (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 97432e0e9d32a41c48a5298a0dbfd70b310e20e7
Author: Eric Biagiotti <ebiagiotti at veritasgenetics.com>
Date: Thu Mar 14 09:26:29 2019 -0400
14645: Adds prometheus_client dependency
Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti at veritasgenetics.com>
diff --git a/services/fuse/setup.py b/services/fuse/setup.py
index 9b4b997cd..cbc9cb23e 100644
--- a/services/fuse/setup.py
+++ b/services/fuse/setup.py
@@ -43,7 +43,8 @@ setup(name='arvados_fuse',
'llfuse >=1.2, <1.3.4',
'python-daemon',
'ciso8601 >= 2.0.0',
- 'setuptools'
+ 'setuptools',
+ "prometheus_client"
],
extras_require={
':python_version<"3"': ['pytz'],
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list