Update ez_setup debian patch

This commit is contained in:
Adam Holmberg
2014-08-07 11:33:58 -05:00
parent fe16669e4a
commit 297c39cfbd

View File

@@ -11,24 +11,21 @@ It's ok though, we can rely on the Depends and Build-Depends for making
sure python-setuptools and the various other deps are around at the right
times.
---
setup.py | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/setup.py b/setup.py
index 0c28d3d..c0fd6c1 100644
index 11cfd4c..4f05d1f 100644
--- a/setup.py
+++ b/setup.py
@@ -15,9 +15,6 @@
from __future__ import print_function
import sys
@@ -20,9 +20,6 @@ if __name__ == '__main__' and sys.argv[1] == "gevent_nosetests":
from gevent.monkey import patch_all
patch_all()
-import ez_setup
-ez_setup.use_setuptools()
-
if __name__ == '__main__' and sys.argv[1] == "gevent_nosetests":
from gevent.monkey import patch_all
patch_all()
@@ -192,8 +189,8 @@
from setuptools import setup
from distutils.command.build_ext import build_ext
from distutils.core import Extension
@@ -194,8 +191,8 @@ def run_setup(extensions):
author_email='tyler@datastax.com',
packages=['cassandra', 'cassandra.io'],
include_package_data=True,