Bug 1075783

Summary: python-html5lib requires six module
Product: [Fedora] Fedora Reporter: Dan Scott <dan>
Component: python-html5libAssignee: Praveen Kumar <kumarpraveen.nitdgp>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: kumarpraveen.nitdgp, metherid, pj.pandit, spacewar
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-html5lib-0.999-4.fc19 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-03-26 05:35:14 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1070074    
Attachments:
Description Flags
Adds six as a runtime requirement none

Description Dan Scott 2014-03-12 19:50:03 UTC
Created attachment 873736 [details]
Adds six as a runtime requirement

Description of problem: Mock builds of new python-rdflib package are failing because of a runtime dependency on the "six" module that is not hit by basic tests.

Thanks to Josh Stone for identifying the problem at https://lists.fedoraproject.org/pipermail/devel/2014-March/196647.html

Version-Release number of selected component (if applicable): 0.999-1

I'm attaching a git-formatted patch; please apply it with "git am" to preserve my authorship (for what little it's worth); alternately, you could add me as a committer.

Comment 1 Rahul Sundaram 2014-03-12 21:34:48 UTC
Dan, I have approved you for commit access and added you as a co-maintainer.  Feel free to push your changes directly.

Comment 2 Fedora Update System 2014-03-13 04:06:00 UTC
python-html5lib-0.999-2.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/python-html5lib-0.999-2.fc20

Comment 3 Fedora Update System 2014-03-15 15:14:58 UTC
Package python-html5lib-0.999-2.fc20:
* should fix your issue,
* was pushed to the Fedora 20 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing python-html5lib-0.999-2.fc20'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-3901/python-html5lib-0.999-2.fc20
then log in and leave karma (feedback).

Comment 4 Eric Smith 2014-03-17 20:17:36 UTC
Same problem exists in f19:

[eric@p1 SPECS]$ python3
Python 3.3.2 (default, Nov  8 2013, 13:38:57) 
[GCC 4.8.2 20131017 (Red Hat 4.8.2-1)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import html5lib
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.3/site-packages/html5lib/__init__.py", line 16, in <module>
    from .html5parser import HTMLParser, parse, parseFragment
  File "/usr/lib/python3.3/site-packages/html5lib/html5parser.py", line 2, in <module>
    from six import with_metaclass
ImportError: No module named 'six'
>>>

Comment 5 Fedora Update System 2014-03-19 02:38:49 UTC
python-html5lib-0.999-2.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/python-html5lib-0.999-2.fc19

Comment 6 Eric Smith 2014-03-21 01:46:03 UTC
Verified fixed in the package in update testing.

Comment 7 Fedora Update System 2014-03-26 05:35:14 UTC
python-html5lib-0.999-2.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 8 Fedora Update System 2014-05-17 05:53:16 UTC
python-html5lib-0.999-4.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/python-html5lib-0.999-4.fc19

Comment 9 Fedora Update System 2014-05-26 23:57:52 UTC
python-html5lib-0.999-4.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.