Bug 1282571

Summary: python-lockfile broken in rawhide buildroot
Product: [Fedora] Fedora Reporter: Ralph Bean <rbean>
Component: python-lockfileAssignee: Bohuslav "Slavek" Kabrda <bkabrda>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: bkabrda, silas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-lockfile-0.11.0-2.fc24 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-11-18 11:09:31 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:

Description Ralph Bean 2015-11-16 18:51:46 UTC
It seems that requirements.txt declares a requirement on 'pbr < 1.0', but we have python-pbr 1.8 in rawhide.  This makes any package that tries to build against python-lockfile fail with a setuptools error.

Suggested fix:  remove the version constraints in requirements.txt.

Comment 1 Bohuslav "Slavek" Kabrda 2015-11-18 10:26:47 UTC
Thanks for the report, I'll implement the proposed solution.

Comment 2 Bohuslav "Slavek" Kabrda 2015-11-18 10:28:46 UTC
Actually, it looks like pbr isn't a runtime requirement at all, so I'll just remove it: https://bugs.launchpad.net/pylockfile/+bug/1506679