Bug 1282571 - python-lockfile broken in rawhide buildroot
Summary: python-lockfile broken in rawhide buildroot
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-lockfile
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Bohuslav "Slavek" Kabrda
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-11-16 18:51 UTC by Ralph Bean
Modified: 2015-11-18 11:09 UTC (History)
2 users (show)

Fixed In Version: python-lockfile-0.11.0-2.fc24
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-11-18 11:09:31 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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


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