Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:15.2
python-pyglet
pyglet-1.2.4-fix-image-import.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pyglet-1.2.4-fix-image-import.patch of Package python-pyglet
Index: pyglet/image/codecs/pil.py =================================================================== --- pyglet/image/codecs/pil.py.orig +++ pyglet/image/codecs/pil.py @@ -48,7 +48,7 @@ from pyglet.image.codecs import * try: import Image -except ImportError: +except (ImportError, ValueError): from PIL import Image class PILImageDecoder(ImageDecoder):
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor