Bug 973316 - Incorrect dependency on python3
Summary: Incorrect dependency on python3
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: python-tornado
Version: 19
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Thomas Spura
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-06-11 16:38 UTC by Endi Sukma Dewata
Modified: 2013-06-25 21:41 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-06-25 21:41:38 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Endi Sukma Dewata 2013-06-11 16:38:48 UTC
In python-tornado spec file there is a conditional dependency on python3:

%if 0%{?fedora} > 12 || 0%{?rhel} > 6
%global with_python3 1
%else

It is causing a build issue on RHEL. It should be changed to this:

%if 0%{?fedora} > 12 || 0%{?rhel} > 7

Comment 1 Thomas Spura 2013-06-12 14:09:11 UTC
It should be removed instead, see:
https://fedorahosted.org/fpc/ticket/200

Comment 2 Endi Sukma Dewata 2013-06-13 15:11:13 UTC
Could we raise the priority? This issue is blocking the RHEL 7 build and several other components depending on it. Thanks!

Comment 3 Thomas Spura 2013-06-14 13:02:47 UTC
It's building now in rawhide:
http://koji.fedoraproject.org/koji/taskinfo?taskID=5503043

If you also need this in other fedora relases, please reopen this bug.
But rawhide should be fine just fine for a "only buildtime change".

Comment 4 Endi Sukma Dewata 2013-06-18 16:25:22 UTC
Hi, could you include this on F19 too? Thank you very much!

Comment 5 Thomas Spura 2013-06-19 06:56:42 UTC
It's included in git now.
I don't think it makes any sense to also ship this as an update as there has been no user change at all for F19.

Where do you need it for?
When you rebuild it on RHEL now from git, it will work fine...

Comment 6 Endi Sukma Dewata 2013-06-25 21:41:38 UTC
This should be sufficient. RHEL doesn't use F19 builds, but it's based on F19 branch in git. Thanks!


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