From 7bc4bdd42ba99561aea3e924cb13a43ce48a8fec Mon Sep 17 00:00:00 2001 From: Leo Date: Wed, 29 May 2019 22:16:32 -0300 Subject: testing/py3-html: switch to python3 --- testing/py3-html/fix-install-py3.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 testing/py3-html/fix-install-py3.patch (limited to 'testing/py3-html/fix-install-py3.patch') diff --git a/testing/py3-html/fix-install-py3.patch b/testing/py3-html/fix-install-py3.patch new file mode 100644 index 0000000000..1b8fd8d7c4 --- /dev/null +++ b/testing/py3-html/fix-install-py3.patch @@ -0,0 +1,14 @@ +diff --git a/setup.py b/setup.py +index b201a7b..03942ec 100644 +--- a/setup.py ++++ b/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'], + -- cgit v1.2.3