Ottomata has submitted this change and it was merged.

Change subject: Lower required version of python-dateutil to what is available 
in Trusty
......................................................................


Lower required version of python-dateutil to what is available in Trusty

Change-Id: Ia097e0b7a1982a055d146aafd20b236a4982c382
---
M requirements.txt
M setup.py
2 files changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Ottomata: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/requirements.txt b/requirements.txt
index 00eb184..f762687 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
-python-dateutil>=2.2
+python-dateutil>=1.5
 jsonschema>=0.7
 kafka-python>=0.9.4
 # MySQL-python>=1.2.3
diff --git a/setup.py b/setup.py
index 8764048..0052a5e 100644
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@
     zip_safe=False,
     test_suite='eventlogging.tests',
     install_requires=(
-        "python-dateutil>=2.2",
+        "python-dateutil>=1.5",
         "jsonschema>=0.7",
         "kafka-python>=0.9.4",
         # To run eventlogging with python3 in debian, you'll need a at

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia097e0b7a1982a055d146aafd20b236a4982c382
Gerrit-PatchSet: 1
Gerrit-Project: eventlogging
Gerrit-Branch: master
Gerrit-Owner: Ottomata <o...@wikimedia.org>
Gerrit-Reviewer: Ottomata <o...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to