FS#60574 - [python-bleach] Missing dependency on webencodings

Attached to Project: Community Packages
Opened by Felix Yan (felixonmars) - Wednesday, 24 October 2018, 10:08 GMT
Last edited by Johannes Löthberg (demize) - Friday, 26 October 2018, 17:30 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Johannes Löthberg (demize)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
>>> import bleach
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.7/site-packages/bleach/__init__.py", line 7, in <module>
from bleach.linkifier import (
File "/usr/lib/python3.7/site-packages/bleach/linkifier.py", line 6, in <module>
from bleach import html5lib_shim
File "/usr/lib/python3.7/site-packages/bleach/html5lib_shim.py", line 14, in <module>
from bleach._vendor.html5lib import (
File "/usr/lib/python3.7/site-packages/bleach/_vendor/html5lib/__init__.py", line 25, in <module>
from .html5parser import HTMLParser, parse, parseFragment
File "/usr/lib/python3.7/site-packages/bleach/_vendor/html5lib/html5parser.py", line 7, in <module>
from . import _inputstream
File "/usr/lib/python3.7/site-packages/bleach/_vendor/html5lib/_inputstream.py", line 9, in <module>
import webencodings
ModuleNotFoundError: No module named 'webencodings'


Additional info:
* package version(s)
python-bleach 3.0.2-1
This task depends upon

Closed by  Johannes Löthberg (demize)
Friday, 26 October 2018, 17:30 GMT
Reason for closing:  Fixed
Additional comments about closing:  3.0.2-3

Loading...