diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-05-29 22:16:32 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-12 17:27:33 -0300 |
| commit | 7bc4bdd42ba99561aea3e924cb13a43ce48a8fec (patch) | |
| tree | 6c73e85dbe730b33b9759fd6c14e44ce9a0808b0 /testing/py3-html/fix-install-py3.patch | |
| parent | 400dfa53d90e1cf5a41616898b3a276b9fddb284 (diff) | |
| download | aports-7bc4bdd42ba99561aea3e924cb13a43ce48a8fec.tar.bz2 aports-7bc4bdd42ba99561aea3e924cb13a43ce48a8fec.tar.xz | |
testing/py3-html: switch to python3
Diffstat (limited to 'testing/py3-html/fix-install-py3.patch')
| -rw-r--r-- | testing/py3-html/fix-install-py3.patch | 14 |
1 files changed, 14 insertions, 0 deletions
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'], + |
