Bug 842853 - Replace PyXML dep with lxml dep
Summary: Replace PyXML dep with lxml dep
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: inksmoto
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Gwyn Ciesla
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 843176
TreeView+ depends on / blocked
 
Reported: 2012-07-24 18:09 UTC by Toshio Ernie Kuratomi
Modified: 2012-07-25 19:35 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-07-24 18:24:20 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.