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 873736 Details for
Bug 1075783
python-html5lib requires six module
[?]
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]
Adds six as a runtime requirement
0001-Add-six-module-as-a-runtime-requirement.patch (text/plain), 1.67 KB, created by
Dan Scott
on 2014-03-12 19:50:03 UTC
(
hide
)
Description:
Adds six as a runtime requirement
Filename:
MIME Type:
Creator:
Dan Scott
Created:
2014-03-12 19:50:03 UTC
Size:
1.67 KB
patch
obsolete
>From 92a09b16ec3d7b2f7cbe28995777046e6ae0655c Mon Sep 17 00:00:00 2001 >From: Dan Scott <dan@coffeecode.net> >Date: Wed, 12 Mar 2014 15:37:40 -0400 >Subject: [PATCH] Add six module as a runtime requirement > >Per https://lists.fedoraproject.org/pipermail/devel/2014-March/196647.html it >turns out that "six" is a runtime requirement. Other modules, like rdflib, that >depend on functionality will fail in a mock build where six is not installed. > >Signed-off-by: Dan Scott <dan@coffeecode.net> >--- > python-html5lib.spec | 9 +++++++-- > 1 file changed, 7 insertions(+), 2 deletions(-) > >diff --git a/python-html5lib.spec b/python-html5lib.spec >index b189be9..9e164de 100644 >--- a/python-html5lib.spec >+++ b/python-html5lib.spec >@@ -4,8 +4,8 @@ > Name: python-%{modulename} > Summary: A python based HTML parser/tokenizer > Version: 0.999 >-Release: 1%{?dist} >-Epoch: 1 >+Release: 2%{?dist} >+Epoch: 1 > Group: Development/Libraries > License: MIT > URL: https://pypi.python.org/pypi/%{modulename} >@@ -13,12 +13,14 @@ URL: https://pypi.python.org/pypi/%{modulename} > Source0: https://pypi.python.org/packages/source/h/%{modulename}/%{modulename}-%{version}.tar.gz > > BuildArch: noarch >+Requires: python-six > BuildRequires: python-setuptools > BuildRequires: python2-devel > BuildRequires: python-nose > BuildRequires: python-six > > %if 1%{?with_python3} >+Requires: python3-six > BuildRequires: python3-devel > BuildRequires: python-tools > BuildRequires: python3-nose >@@ -93,6 +95,9 @@ popd > > > %changelog >+* Wed Mar 12 2014 Dan Scott <dan@coffeecode.net> - 0.999-2 >+- "six" module is a runtime requirement >+ > * Sat Mar 01 2014 Praveen Kumar <kumarpraveen.nitdgp@gmail.com> 0.999-1 > - Added epoch information > >-- >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 1075783
: 873736