Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#43242 - [python-html5lib] missing dependency

Attached to Project: Community Packages
Opened by Semyon Maryasin (MarSoft) - Saturday, 27 December 2014, 01:17 GMT
Last edited by Jelle van der Waa (jelly) - Sunday, 28 December 2014, 19:18 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jelle van der Waa (jelly)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
The package community/python-html5lib has a missing dependency. I installed the package, and when I try to
import html5lib
from python, it says "ImportError: No module name six".
So I consider it should depend on community/python-six.

Additional info:
* package version(s): 0.999-4
* config and/or log files etc.
In [1]: import html5lib
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-1-69f09277bafa> in <module>()
----> 1 import html5lib
/usr/lib/python3.4/site-packages/html5lib/__init__.py in <module>()
14 from __future__ import absolute_import, division, unicode_literals
15
---> 16 from .html5parser import HTMLParser, parse, parseFragment
17 from .treebuilders import getTreeBuilder
18 from .treewalkers import getTreeWalker
/usr/lib/python3.4/site-packages/html5lib/html5parser.py in <module>()
1 from __future__ import absolute_import, division, unicode_literals
----> 2 from six import with_metaclass
3
4 import types
5
ImportError: No module named 'six'


Steps to reproduce:
0. Have no installed python-six
1. $ pacman -S python-html5lib
2. $ python
3. >> import html5lib
This task depends upon

Closed by  Jelle van der Waa (jelly)
Sunday, 28 December 2014, 19:18 GMT
Reason for closing:  Fixed
Additional comments about closing:  fixed in 0.999-5

Loading...