File encoding.patch of Package python-socketpool

--- setup.py	2012-08-04 21:33:47.000000000 -0700
+++ setup.py.new	2013-03-28 14:03:07.254793283 -0700
@@ -22,7 +22,7 @@
 
 
 # read long description
-with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as f:
+with open(os.path.join(os.path.dirname(__file__), 'README.rst'),encoding='utf-8') as f:
     long_description = f.read()
 
 DATA_FILES = [
openSUSE Build Service is sponsored by