Description of problem: We're looking into retiring PyXML in Fedora 18 due to dead upstream and PyXML replacing the stdlib's xml module with its own code if it's installed. https://fedoraproject.org/wiki/User:Toshio/Remove_PyXML I've looked at inksmoto's requirement on PyXML and I think we can get rid of it. from the upstream mailing lists, it looks like they ported from pyxml to lxml at some point. The code I grepped through appears to use lxml rather than PyXML. So we should just be able to do -Requires: PyXML +Requires: python-lxml
Done.