Bug 1371117

Summary: Missing dependency wrapt
Product: [Fedora] Fedora Reporter: Javier Peña <jpena>
Component: python-positionalAssignee: Alan Pevec <apevec>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: apevec, karlthered
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-positional-1.1.1-2.fc26 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-01-28 02:18:29 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 Javier Peña 2016-08-29 11:38:55 UTC
Description of problem:
The current rawhide build for python-positional lacks a dependency on python-wrapt, which is included in https://github.com/morganfainberg/positional/blob/1.1.1/requirements.txt#L5 . This causes runtime errors when using the library.

Version-Release number of selected component (if applicable):
python-positional-1.1.1-1.fc26

How reproducible:
Always

Steps to Reproduce:
rpm -qp --requires python2-positional-1.1.1-1.fc26.noarch.rpm

Actual results:
No python-wrapt dependency

Expected results:
python-wrapt dependency should be listed