From 159757ccf9faca7581fc8d29f5d1b16afb615358 Mon Sep 17 00:00:00 2001 From: Ziad Sawalha Date: Thu, 19 Jan 2012 22:36:35 -0600 Subject: [PATCH] Use dateutil 1.5 - 2.0 has problems on some platforms with python 2.x Change-Id: Ic6b243b352b4fdf24c91d00ded9199b7bfd0ec64 --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index 360ea45c4c..0ec6d99c02 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -15,7 +15,7 @@ lxml # xml library providing ElementTree API passlib # password hashing argparse # cli support prettytable # cli table printing -python-dateutil # for date parsing +python-dateutil==1.5 # for date parsing # Optional backend: LDAP python-ldap # authenticate against an existing LDAP server