Bug 1282251

Summary: Failed to rebuild against python-3.5
Product: [Fedora] Fedora Reporter: Ralph Bean <rbean>
Component: python-defusedxmlAssignee: Miro Hrončok <mhroncok>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: bkabrda, mhroncok
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: 2015-11-15 20:09:36 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: 1282263    
Attachments:
Description Flags
Fix FTBFS and modernize python macros none

Description Ralph Bean 2015-11-15 19:32:58 UTC
See the build here:  http://koji.fedoraproject.org/koji/taskinfo?taskID=11794010

This is problematic because python3-openid depends on python3-defusedxml and python3-fedora depends on python3-openid, and lots of things depend on python3-fedora.

It looks like python-defusedxml is simply using the unittest API in some way that changed in the latest python release -- i.e., it is not a defect of the module, but only a defect in the test suite.

Disabling the test suite short-term could get things moving again until we can find out more.

Comment 1 Ralph Bean 2015-11-15 19:50:52 UTC
Created attachment 1094580 [details]
Fix FTBFS and modernize python macros

This should unblock python3-openid which should unblock python3-fedora, etc..

Comment 2 Ralph Bean 2015-11-15 20:09:36 UTC
Built here:  http://koji.fedoraproject.org/koji/buildinfo?buildID=699506

Comment 3 Miro Hrončok 2015-11-17 18:35:28 UTC
Thanks