Bug 842853

Summary: Replace PyXML dep with lxml dep
Product: [Fedora] Fedora Reporter: Toshio Ernie Kuratomi <a.badger>
Component: inksmotoAssignee: Gwyn Ciesla <gwync>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: gwync
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-07-24 18:24:20 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 843176    

Description Toshio Ernie Kuratomi 2012-07-24 18:09:28 UTC
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

Comment 1 Gwyn Ciesla 2012-07-24 18:24:20 UTC
Done.