From 78a2ccd5ffa11d93b156f0294e8e68c650aa72da Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Fri, 7 May 2010 19:28:57 +0000 Subject: [PATCH] added python-setuptools to Required Packages --- sfa.spec | 1 + 1 file changed, 1 insertion(+) 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, -- 2.47.0