Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 869877 Details for
Bug 1071855
fails to build for EPEL branches
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
git commit solving this issue
0001-python3-and-python-version-related-macros-required-t.patch (text/plain), 1.57 KB, created by
Jakub Dorňák
on 2014-03-03 10:24:43 UTC
(
hide
)
Description:
git commit solving this issue
Filename:
MIME Type:
Creator:
Jakub Dorňák
Created:
2014-03-03 10:24:43 UTC
Size:
1.57 KB
patch
obsolete
>From aed1c27580126d2631a123c052121d54cd560953 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Jakub=20Dor=C5=88=C3=A1k?= <jdornak@redhat.com> >Date: Mon, 3 Mar 2014 11:22:41 +0100 >Subject: [PATCH] python3 and python version related macros required to build > python3- subpackage are not available in el6 and el7 > >--- > python-requests-oauthlib.spec | 17 +++++++++++++++-- > 1 file changed, 15 insertions(+), 2 deletions(-) > >diff --git a/python-requests-oauthlib.spec b/python-requests-oauthlib.spec >index 3a54193..7aa98e4 100644 >--- a/python-requests-oauthlib.spec >+++ b/python-requests-oauthlib.spec >@@ -1,11 +1,20 @@ >-%bcond_without python3 >+%if 0%{?el6}%{?el7} >+ # python3 and python version related macros >+ # required to build python3- subpackage >+ # are not available in el6 and el7 >+ %global with_python3 0 >+ %global __python2 %{__python} >+ %global python2_sitelib %{python_sitelib} >+%else >+ %bcond_without python3 >+%endif > > %global distname requests-oauthlib > %global modname requests_oauthlib > > Name: python-requests-oauthlib > Version: 0.4.0 >-Release: 3%{?dist} >+Release: 4%{?dist} > Summary: OAuthlib authentication support for Requests. > > Group: Development/Libraries >@@ -99,6 +108,10 @@ popd > %endif > > %changelog >+* Mon Mar 3 2014 Jakub DorÅák <jdornak@redhat.com> - 0.4.0-4 >+- python3 and python version related macros required to build >+ python3- subpackage are not available in el6 and el7 >+ > * Fri Nov 29 2013 Jakub DorÅák <jdornak@redhat.com> - 0.4.0-3 > - added python3 subpackage > >-- >1.8.5.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1071855
: 869877