From: Tony Mack <tmack@cs.princeton.edu> Date: Tue, 8 Jun 2010 15:30:41 +0000 (+0000) Subject: Requires python-dateutil X-Git-Tag: sfa-1.0-0~182 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=be4b5789bf9537d2be25a39765e442757d11188d;p=sfa.git Requires python-dateutil --- diff --git a/sfa.spec b/sfa.spec index 0de6a4b3..ee8d5814 100644 --- a/sfa.spec +++ b/sfa.spec @@ -35,7 +35,8 @@ Requires: python-ZSI # xmlbuilder depends on lxml Requires: python-lxml Requires: python-setuptools - +Requires: python-dateutil + # python 2.5 has uuid module added, for python 2.4 we still need it. # we can't really check for if we can load uuid as a python module, # it'll be installed by "devel.pkgs". we have the epel repository so