added python-setuptools to Required Packages
authorTony Mack <tmack@cs.princeton.edu>
Fri, 7 May 2010 19:28:57 +0000 (19:28 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Fri, 7 May 2010 19:28:57 +0000 (19:28 +0000)
sfa.spec

index 2e32acb..88e7883 100644 (file)
--- 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,