You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2019/04/26 23:30:49 UTC

[incubator-ponymail] branch master updated: Where used

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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail.git


The following commit(s) were added to refs/heads/master by this push:
     new df26955  Where used
df26955 is described below

commit df269552adb4be2fd95bc5f09878a6d421b1104e
Author: Sebb <se...@apache.org>
AuthorDate: Sat Apr 27 00:30:24 2019 +0100

    Where used
---
 tools/setup.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tools/setup.py b/tools/setup.py
index c422f0f..3110fa7 100755
--- a/tools/setup.py
+++ b/tools/setup.py
@@ -28,10 +28,10 @@ if sys.version_info <= (3, 3):
 
 # Check for all required python packages
 wanted_pkgs = [
-    'elasticsearch',
-    'formatflowed',
-    'netaddr',
-    'certifi'
+    'elasticsearch',# used by setup.py, archiver.py and elastic.py
+    'formatflowed', # used by archiver.py
+    'netaddr',      # used by archiver.py
+    'certifi'       # used by archiver.py and elastic.py
     ]
 
 for pkg in wanted_pkgs: