Bug 851687

Summary: Remove PyXML dep
Product: [Fedora] Fedora Reporter: Alan Pevec <apevec>
Component: python-quantumclientAssignee: Alan Pevec <apevec>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: a.badger, gkotton, markmc, rkukura
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-quantumclient-2.0-2.fc18 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 842866 Environment:
Last Closed: 2013-01-11 20:03:52 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 Alan Pevec 2012-08-24 17:28:56 UTC
My deps analysis script made me mindlessly introduce PyXML dep in the last quantumclient update http://pkgs.fedoraproject.org/cgit/python-quantumclient.git/commit/?id=9658a2a03c807b49f8665c6a6a1cfe92739e345e

Having a look at the code, it's the same situation like in Nova, only xml.dom.minidom is used in quantumclient.common.serializer so PyXML dep can be dropped.

+++ This bug was initially created as a clone of Bug #842866 +++

Description of problem:
We're trying to remove PyXML from Fedora 18 due to it being dead upstream and having the dubious behaviour of replacing the python stdlib's xml module with its own code.  https://fedoraproject.org/wiki/User:Toshio/Remove_PyXML

Comment 1 Toshio Ernie Kuratomi 2013-01-11 19:59:09 UTC
Hi, I've opened an F19 feature to have PyXML removed from the distribution.  Would it be okay with you if I remove the Requires: PyXML from the quantumclient package and rebuild it for F19/rawhide?  If I don't hear back from you, I'll go ahead and do that after FUDCon (~ 1.5 weeks from now).

Comment 2 Toshio Ernie Kuratomi 2013-01-11 20:03:52 UTC
Actually, I see that the dep was removed in 1:2.0-2.  Closing this bug fixed rawhide.  Thanks!