Ottomata has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/242413

Change subject: Comment out python-etcd dependency so we can install on Trusty
......................................................................

Comment out python-etcd dependency so we can install on Trusty

Bug: T112688
Change-Id: Ibfbc48fce55de5766906d5449ed32f8764fc1eae
---
M server/setup.py
1 file changed, 6 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/EventLogging 
refs/changes/13/242413/1

diff --git a/server/setup.py b/server/setup.py
index 15b4a3b..8179eb8 100644
--- a/server/setup.py
+++ b/server/setup.py
@@ -54,7 +54,12 @@
     zip_safe=False,
     test_suite='eventlogging.tests',
     install_requires=(
-        "python-etcd>=0.3.3",
+        # python-etcd requires python-openssl >= 0.14, which is not
+        # available in Trusty.  Our python-etcd package does work with
+        # python-openssl 0.13-2 which is available via .deb.
+        # Commenting out this python dependency and allowing puppet
+        # to satisify it until we upgrade eventlogging servers to Jessie.
+        # "python-etcd>=0.3.3",
         "jsonschema>=0.7",
         "pygments>=1.5",
         "pyzmq>=2.1",

-- 
To view, visit https://gerrit.wikimedia.org/r/242413
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibfbc48fce55de5766906d5449ed32f8764fc1eae
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/EventLogging
Gerrit-Branch: master
Gerrit-Owner: Ottomata <o...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to