[ocrfeeder] Remove setuptools dependency



commit 5c672ae9fa0b327eb961ceaac8785243e1f9cfc1
Author: Joaquim Rocha <jrocha cookiemonster local igalia com>
Date:   Wed Mar 24 16:36:17 2010 +0100

    Remove setuptools dependency

 debian/control |    2 +-
 setup.py       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/debian/control b/debian/control
index 54122bf..b6f3c89 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: ocrfeeder
 Section: graphics
 Priority: optional
 Maintainer: Joaquim Rocha <jrocha igalia com>
-Build-Depends: debhelper (>= 7), python-support (>= 0.6), cdbs (>= 0.4.49), python-setuptools
+Build-Depends: debhelper (>= 7), python-support (>= 0.6), cdbs (>= 0.4.49)
 XS-Python-Version: >=2.4
 Standards-Version: 3.8.0
 Homepage: http://live.gnome.org/OCRFeeder
diff --git a/setup.py b/setup.py
index e6a2a97..b0137ad 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-from setuptools import setup
+from distutils.core import setup
 from util import constants
 import glob
 import os



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]