xmlbuilder depends on lxml
authorTony Mack <tmack@cs.princeton.edu>
Tue, 16 Feb 2010 18:28:54 +0000 (18:28 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 16 Feb 2010 18:28:54 +0000 (18:28 +0000)
sfa.spec

index ec4d81e..3e851f8 100644 (file)
--- a/sfa.spec
+++ b/sfa.spec
@@ -32,6 +32,8 @@ Requires: python
 Requires: m2crypto
 Requires: libxslt-python
 Requires: python-ZSI
+# xmlbuilder depends on  lxml
+Requires: python-lxml
 
 # 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,