Package: python-socketpool / 0.5.3-3

Metadata

Package Version Patches format
python-socketpool 0.5.3-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix FTBFS.patch | (download)

setup.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix a ftbfs
 setup.py open() an unicode file as ascii, this patch modifies setup.py
 to open the file as binary then decodes it from utf-8