Bug 1672813

Summary: sagator-core requires Python 2 and Python 3 at the same time
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: sagatorAssignee: Jan ONDREJ <ondrejj>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: ondrejj
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-02-06 10:33:42 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: 1340802    

Description Miro Hrončok 2019-02-06 00:49:57 UTC
sagator-core-2.0.0-0.beta10.fc30 requires Python 2 and Python 3 at the same time

$ dnf repoquery --repo=rawhide --requires sagator-core | grep py
/usr/bin/python2
/usr/bin/python3

This is in most cases a packaging error by a stray shebang.

Comment 1 Jan ONDREJ 2019-02-06 10:33:42 UTC
Thank you for report. Should be fixed in rawhide.

Comment 2 Miro Hrončok 2019-02-06 10:42:11 UTC
$ rpm -qp --requires sagator-core-2.0.0-0.beta11.fc30.noarch.rpm | grep py
/usr/bin/python3

Thanks.