diff options
Diffstat (limited to 'testing/py3-html/fix-install-py3.patch')
-rw-r--r-- | testing/py3-html/fix-install-py3.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/py3-html/fix-install-py3.patch b/testing/py3-html/fix-install-py3.patch deleted file mode 100644 index 1b8fd8d7c4..0000000000 --- a/testing/py3-html/fix-install-py3.patch +++ /dev/null @@ -1,14 +0,0 @@ -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'], - |