[tor-commits] [nyx/master] Install fails due to missing run_nyx
atagar at torproject.org
atagar at torproject.org
Mon Nov 6 19:29:12 UTC 2017
commit 979a070ab15521c8f7c5fff40dec9f0d8df764ac
Author: Damian Johnson <atagar at torproject.org>
Date: Sun Nov 5 15:45:48 2017 -0800
Install fails due to missing run_nyx
Not really sure if this will fix it or not, but installing via pip now fails
with...
Running setup.py install for nyx ... error
Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__=...
---
setup.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/setup.py b/setup.py
index 511e29a..dc3fb51 100644
--- a/setup.py
+++ b/setup.py
@@ -41,6 +41,7 @@ MANIFEST = """
include LICENSE
include MANIFEST.in
include nyx.1
+include run_nyx
include run_tests.py
graft test
graft web
More information about the tor-commits
mailing list