Control: reassign -1 python-enable
Control: forwarded -1 https://github.com/enthought/enable/pull/154
Control: affects -1 pytimechart
Control: tags -1 patch

Attached is a patch for solving the dependencies issue.

pytimechart then fails later for another reason.
Description: PIL is provided by Pillow
 The egg-info dependencies uses the upstream name Pillow, not PIL which is the python import name.
Author: Nirgal Vourgère <jmv_...@nirgal.com>
Bug-Debian: https://bugs.debian.org/761140
Forwarded: https://github.com/enthought/enable/pull/154
Last-Update: 2014-12-07
---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format.

--- python-enable-4.3.0.orig/enable/__init__.py
+++ python-enable-4.3.0/enable/__init__.py
@@ -7,5 +7,5 @@ __version__ = '4.3.0'
 
 __requires__ = [
     'traitsui',
-    'PIL',
+    'Pillow',
 ]

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to