Bug 1042842 - python-IPy pulls in python3 prematurely
Summary: python-IPy pulls in python3 prematurely
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-IPy
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Matt Domsch
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 1041834
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-13 14:01 UTC by Daniel Walsh
Modified: 2013-12-13 16:27 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 1041834
Environment:
Last Closed: 2013-12-13 16:27:11 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
This change to the spec file splits out the python3 code into its own package. (1018 bytes, patch)
2013-12-13 14:01 UTC, Daniel Walsh
no flags Details | Diff

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.


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