[med-svn] r17986 - in trunk/packages/dicompyler/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Thu Sep 11 09:19:23 UTC 2014


Author: tille
Date: 2014-09-11 09:19:22 +0000 (Thu, 11 Sep 2014)
New Revision: 17986

Added:
   trunk/packages/dicompyler/trunk/debian/patches/allow_pillow_instead_of_pil.patch
Modified:
   trunk/packages/dicompyler/trunk/debian/changelog
   trunk/packages/dicompyler/trunk/debian/patches/series
Log:
python-imaging is providing only pillow egg-info


Modified: trunk/packages/dicompyler/trunk/debian/changelog
===================================================================
--- trunk/packages/dicompyler/trunk/debian/changelog	2014-09-11 08:49:48 UTC (rev 17985)
+++ trunk/packages/dicompyler/trunk/debian/changelog	2014-09-11 09:19:22 UTC (rev 17986)
@@ -11,6 +11,8 @@
     also cope with the current version of python-dicom.  This needs to
     be clarified with upstream but for the moment we need the patch to
     let it start at all.
+  * debian/patches/allow_pillow_instead_of_pil.patch: python-imaging is
+    providing only pillow egg-info
 
  -- Andreas Tille <tille at debian.org>  Wed, 10 Sep 2014 23:21:42 +0200
 

Added: trunk/packages/dicompyler/trunk/debian/patches/allow_pillow_instead_of_pil.patch
===================================================================
--- trunk/packages/dicompyler/trunk/debian/patches/allow_pillow_instead_of_pil.patch	                        (rev 0)
+++ trunk/packages/dicompyler/trunk/debian/patches/allow_pillow_instead_of_pil.patch	2014-09-11 09:19:22 UTC (rev 17986)
@@ -0,0 +1,17 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Wed, 10 Sep 2014 23:21:42 +0200
+Description: python-imaging is providing only pillow egg-info
+ Since pil egg-info is missing this patch is needed.  See also
+   https://lists.debian.org/debian-python/2014/09/msg00070.html
+
+--- a/setup.py
++++ b/setup.py
+@@ -16,7 +16,7 @@ import sys
+ requires = [
+     'matplotlib>=0.99, <=1.1.0',
+     'numpy>=1.2.1',
+-    'pil>=1.1.7',
++    'pillow>=2.5.1',
+     'pydicom>=0.9.5, <=0.9.8']
+ 
+ if sys.version_info[0] == 2 and sys.version_info[1] < 6:

Modified: trunk/packages/dicompyler/trunk/debian/patches/series
===================================================================
--- trunk/packages/dicompyler/trunk/debian/patches/series	2014-09-11 08:49:48 UTC (rev 17985)
+++ trunk/packages/dicompyler/trunk/debian/patches/series	2014-09-11 09:19:22 UTC (rev 17986)
@@ -2,3 +2,4 @@
 wxpy30.patch
 wxpy30-more.patch
 enable_pydicom_0.9.8.patch
+allow_pillow_instead_of_pil.patch




More information about the debian-med-commit mailing list