Commit 4de2ad4c by John Eskew

Upgrade lxml to use pre-built pkg - no longer requires Cython.

parent 617085b5
...@@ -2468,8 +2468,7 @@ class CustomResponse(LoncapaResponse): ...@@ -2468,8 +2468,7 @@ class CustomResponse(LoncapaResponse):
msg = msg.replace('<', '<') msg = msg.replace('<', '<')
# Use etree to prettify the HTML # Use etree to prettify the HTML
msg = etree.tostring(fromstring_bs(msg, convertEntities=None), msg = etree.tostring(fromstring_bs(msg), pretty_print=True)
pretty_print=True)
msg = msg.replace('
', '') msg = msg.replace('
', '')
......
...@@ -115,8 +115,7 @@ pyuca==1.1 ...@@ -115,8 +115,7 @@ pyuca==1.1
wrapt==1.10.5 wrapt==1.10.5
zendesk==1.1.1 zendesk==1.1.1
# This needs to be installed *after* Cython, which is in pre.txt lxml==3.8.0
lxml==3.4.4
# Used for shopping cart's pdf invoice/receipt generation # Used for shopping cart's pdf invoice/receipt generation
reportlab==3.1.44 reportlab==3.1.44
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment