File fix-py36-decode.patch of Package python-html
Index: html-1.16/setup.py =================================================================== --- html-1.16.orig/setup.py +++ html-1.16/setup.py @@ -9,7 +9,7 @@ setup( name = "html", version = __version__, description = "simple, elegant HTML, XHTML and XML generation", - long_description = __doc__.decode('utf8'), + long_description = __doc__, author = "Richard Jones", author_email = "rjones@ekit-inc.com", py_modules = ['html'],