Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > e337cd3d99b746ba1ae48ece58e1f52a > files > 1

RBTools-0.3.4-1.fc14.src.rpm

From ca0a34db9261718367903176201669301ac4fceb Mon Sep 17 00:00:00 2001
From: Stephen Gallagher <sgallagh@redhat.com>
Date: Mon, 15 Mar 2010 12:43:08 -0400
Subject: [PATCH 7/8] Disable ez_setup when installing by RPM

---
 setup.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 08f4fbe..53da8ac 100755
--- a/setup.py
+++ b/setup.py
@@ -19,8 +19,8 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-from ez_setup import use_setuptools
-use_setuptools()
+#from ez_setup import use_setuptools
+#use_setuptools()
 
 from setuptools import setup, find_packages
 from setuptools.command.test import test
-- 
1.6.6.1