Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 471538

Summary: media-radio/wspr-2.00-r1: Deprecated imports of PIL modules
Product: Gentoo Linux Reporter: Mike Gilbert <floppym>
Component: [OLD] UnspecifiedAssignee: Thomas Beierlein <tomjbe>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 471488    

Description Mike Gilbert gentoo-dev 2013-05-28 04:23:07 UTC
See tracker bug 471488 for details.

/usr/bin/wspr.py-python2.6:import Image, ImageTk, ImageDraw
/usr/bin/wspr.py-python2.7:import Image, ImageTk, ImageDraw
Comment 1 Thomas Beierlein gentoo-dev 2013-06-02 16:35:38 UTC
(In reply to Mike Gilbert from comment #0)
> See tracker bug 471488 for details.
> 
> /usr/bin/wspr.py-python2.6:import Image, ImageTk, ImageDraw
> /usr/bin/wspr.py-python2.7:import Image, ImageTk, ImageDraw

Fixed.

+  02 Jun 2013; Thomas Beierlein <tomjbe@gentoo.org> wspr-2.00-r1.ebuild,
+  +files/wspr-2.00-PIL.patch:
+  Fix import of PIL modules (Bug #471538)
+