From: Tony Mack Date: Fri, 7 May 2010 19:28:57 +0000 (+0000) Subject: added python-setuptools to Required Packages X-Git-Tag: sfa-1.0-0~208 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=78a2ccd5ffa11d93b156f0294e8e68c650aa72da;p=sfa.git added python-setuptools to Required Packages --- diff --git a/sfa.spec b/sfa.spec index 2e32acb8..88e7883c 100644 --- a/sfa.spec +++ b/sfa.spec @@ -34,6 +34,7 @@ Requires: libxslt-python Requires: python-ZSI # xmlbuilder depends on lxml Requires: python-lxml +Requires: python-setuptools # 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,