pyicu (1.4-1) no-setuptools-please

Summary

 setup.py |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

    
download this patch

Patch contents

#! /bin/sh /usr/share/dpatch/dpatch-run
## no-setuptools-please.dpatch by Bernd Zeimetz <bzed@debian.org>
##
## DP: As usual - do not build with setuptools.

@DPATCH@
diff -urNad pyicu~/setup.py pyicu/setup.py
--- pyicu~/setup.py	2007-11-28 19:37:57.000000000 +0100
+++ pyicu/setup.py	2007-12-05 14:21:57.000000000 +0100
@@ -1,10 +1,7 @@
 
 import os, sys
 
-try:
-    from setuptools import setup, Extension
-except ImportError:
-    from distutils.core import setup, Extension
+from distutils.core import setup, Extension
 
 
 VERSION = '0.8'