$OpenBSD: patch-setup_py,v 1.1.1.1 2016/01/05 12:39:47 shadchin Exp $
--- setup.py.orig	Thu Dec 17 23:23:35 2015
+++ setup.py	Thu Dec 17 23:24:10 2015
@@ -3,8 +3,8 @@ import codecs
 import os
 import re
 
-long_description = open(
-    os.path.join(os.path.dirname(__file__), 'README.rst')).read()
+long_description = codecs.open(
+    os.path.join(os.path.dirname(__file__), 'README.rst'), encoding='utf-8').read()
 
 setup(
     name="httpbin",
