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

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1042842 (view as bug list)
Environment:
Last Closed: 2013-12-13 13:50:15 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Matthew Miller 2013-12-12 19:33:04 UTC
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.)

Comment 1 Daniel Walsh 2013-12-13 13:50:15 UTC
 policycoreutils-2.2.4-3.fc21 splits out the policycoreutils-python package.


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