Bug 1042842

Summary: python-IPy pulls in python3 prematurely
Product: [Fedora] Fedora Reporter: Daniel Walsh <dwalsh>
Component: python-IPyAssignee: Matt Domsch <matt_domsch>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: dwalsh, mattdm, matt_domsch, mgrepl
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1041834 Environment:
Last Closed: 2013-12-13 16:27:11 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: 1041834    
Bug Blocks:    
Attachments:
Description Flags
This change to the spec file splits out the python3 code into its own package. none

Description Daniel Walsh 2013-12-13 14:01:15 UTC
Created attachment 836337 [details]
This change to the spec file splits out the python3 code into its own package.

+++ This bug was initially created as a clone of Bug #1041834 +++

On the Rawhide cloud image, both python3 and python 2 are installed. This turns out to be the culprit:

$ rpm -qRp policycoreutils-python-2.2.4-1.fc21.x86_64.rpm|grep python
/usr/bin/python
audit-libs-python >= 2.1.3-4
libpython2.7.so.1.0()(64bit)
libpython3.3m.so.1.0()(64bit)
libselinux-python
libsemanage-python >= 2.1.10-1
python(abi) = 2.7
python(abi) = 3.3
python-IPy


Please remove the python 3 requirement until we are ready to switch cloud-init and everything in core over to python3. Thank you!

(PS same problem applies to python-IPy. I can file a separate bug if you like.)

--- Additional comment from Daniel Walsh on 2013-12-13 08:50:15 EST ---

 policycoreutils-2.2.4-3.fc21 splits out the policycoreutils-python package.

Comment 1 Matt Domsch 2013-12-13 15:22:07 UTC
what branches do you need this on please?  F20 yet?

http://koji.fedoraproject.org/koji/taskinfo?taskID=6288110
build for rawhide.

Comment 2 Matthew Miller 2013-12-13 16:20:23 UTC
Matt, the problem doesn't currently affect F20 -- that one just requires python(abi) = 2.7.

Comment 3 Matt Domsch 2013-12-13 16:27:11 UTC
Great, then the build is done.  Closing.