Bug 1431571

Summary: python-lib389: python3-lib389 requires both Python 2 and Python 3
Product: [Fedora] Fedora Reporter: Iryna Shcherbina <ishcherb>
Component: python-lib389Assignee: mreynolds
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: mreynolds
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-lib389-1.0.3-2.fc27 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-03-22 22:02:59 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: 1285816    

Description Iryna Shcherbina 2017-03-13 10:10:45 UTC
The python3-lib389 RPM requires both Python 2 and Python 3.

Except in very special circumstances, there is no need for one package
to drag in both Python stacks. Usually, this is a packaging error: for
example, a stray "/usr/bin/python" shebang in a Python 3 package can
introduce a Python 2 dependency.

Please split your package, or remove the stray dependencies.
There is a section on shebangs in the Python RPM Porting Guide [0]
which covers this issue.

Besides this, the package is building two identical Python 2 subpackages, python-lib389 and python2-lib389. Only python2-lib389 should be built, which should provide both names.

It's ok to do this in Rawhide only, however, it would be greatly
appreciated if you could push it to Fedora 25 as well.


If anything is unclear, or if you need any kind of assistance, you can
ask on IRC (#fedora-python on Freenode), or reply here. We'll be happy
to help investigating or fixing this issue!


[0] http://python-rpm-porting.readthedocs.io/en/latest/application-modules.html#are-shebangs-dragging-you-down-to-python-2

Comment 1 mreynolds 2017-03-13 13:48:46 UTC
I'll investigate this.  I was trying to port someone else's changes to this spec file.  I might need help, but let me see what I can do first.  Thanks!

Comment 2 mreynolds 2017-03-17 18:48:43 UTC
https://koji.fedoraproject.org/koji/taskinfo?taskID=18439073

https://bodhi.fedoraproject.org/updates/FEDORA-2017-cd674b898c

I was able to remove the duplicate package.  New builds are listed above.

Comment 3 Iryna Shcherbina 2017-03-22 22:02:59 UTC
Thank you for the change. Closing the issue.