summaryrefslogtreecommitdiff
path: root/pcr/python-gnusrss/gnusrss-setup_encoding.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-12-19 20:07:44 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-12-19 20:07:44 -0500
commit13f18ba4894b1ee87beb1b521b02fec54b655d08 (patch)
tree61e1cf14d63f409d520d1109c062305a6f131af3 /pcr/python-gnusrss/gnusrss-setup_encoding.patch
parent86c7765514975b0001f90d974c77c3bcd243651a (diff)
downloadabslibre-13f18ba4894b1ee87beb1b521b02fec54b655d08.tar.gz
abslibre-13f18ba4894b1ee87beb1b521b02fec54b655d08.tar.bz2
abslibre-13f18ba4894b1ee87beb1b521b02fec54b655d08.zip
python-gnusrss: add new package to [pcr]
Diffstat (limited to 'pcr/python-gnusrss/gnusrss-setup_encoding.patch')
-rw-r--r--pcr/python-gnusrss/gnusrss-setup_encoding.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/pcr/python-gnusrss/gnusrss-setup_encoding.patch b/pcr/python-gnusrss/gnusrss-setup_encoding.patch
new file mode 100644
index 000000000..7670ee9a5
--- /dev/null
+++ b/pcr/python-gnusrss/gnusrss-setup_encoding.patch
@@ -0,0 +1,11 @@
+--- gnusrss-0.2.1.7.orig/setup.py 2015-12-14 15:13:40.000000000 -0500
++++ gnusrss-0.2.1.7/setup.py 2015-12-19 18:06:03.391772318 -0500
+@@ -7,7 +7,7 @@
+ setup(name='gnusrss',
+ version=VERSION,
+ description='Post feeds to GNU Social.',
+- long_description=open('README').read(),
++ long_description=open('README', encoding='utf-8').read(),
+ author='drymer',
+ author_email='drymer@autistici.org',
+ url='http://daemons.cf/cgit/gnusrss/about/',