#! /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'