Ottomata has submitted this change and it was merged.
Change subject: Removing newer deps from setup.py while we still install on
Trusty using setup.py
......................................................................
Removing newer deps from setup.py while we still install on Trusty using
setup.py
Change-Id: I3354f8020876f3e1b2e820f4b0ef87ecaa6cc955
---
M setup.py
1 file changed, 6 insertions(+), 2 deletions(-)
Approvals:
Ottomata: Verified; Looks good to me, approved
diff --git a/setup.py b/setup.py
index bb5963f..8764048 100644
--- a/setup.py
+++ b/setup.py
@@ -60,7 +60,9 @@
# To run eventlogging with python3 in debian, you'll need a at
# python-mysqldb >= 1.3.4, which is not available in Jessie.
# pip calls this library 'mysqlclient', so we specify that here.
- "mysqlclient>=1.3.7",
+ # NOTE: This is commented out until we no longer run on Jessie
+ # and we no longer use sudo python setup.py install to install.
+ # "mysqlclient>=1.3.7",
"pygments>=1.5",
"pykafka==1.1.1",
# python-etcd requires python-openssl >= 0.14, which is not
@@ -73,6 +75,8 @@
"pyzmq>=2.1",
"sqlalchemy>=0.7",
"statsd>=3.0",
- "tornado>=4.0",
+ # NOTE: This is commented out until we no longer run on Jessie
+ # and we no longer use sudo python setup.py install to install.
+ # "tornado>=4.0",
)
)
--
To view, visit https://gerrit.wikimedia.org/r/253906
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I3354f8020876f3e1b2e820f4b0ef87ecaa6cc955
Gerrit-PatchSet: 1
Gerrit-Project: eventlogging
Gerrit-Branch: service
Gerrit-Owner: Ottomata <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits