From 4bfaf229b528a00e50687e17bc19c19f00c656c9 Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Mon, 7 Mar 2016 21:45:01 -0500 Subject: [PATCH] Add requirements.txt for cluster-monitor tool Using `pip install -r requirements.txt` against this file, ideally in a virtual environment, will install the dependencies of `monitor.py` and its helper scripts. Change-Id: I5769fbcbf9db4d9caeed56707b0c968fa57b38be Signed-off-by: Daniel Farrell --- tools/clustering/cluster-monitor/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tools/clustering/cluster-monitor/requirements.txt diff --git a/tools/clustering/cluster-monitor/requirements.txt b/tools/clustering/cluster-monitor/requirements.txt new file mode 100644 index 0000000000..98ba7e54d0 --- /dev/null +++ b/tools/clustering/cluster-monitor/requirements.txt @@ -0,0 +1,2 @@ +# Depends on system install of libcurl-devel and python-devel (or similar) +pycurl --global-option="--with-nss" -- 2.36.6