Description: Ick! ez_setup
 It can download things from the Internet during build. We don't want that.
Author: Stefano Rivera <stefanor@debian.org>
Forwarded: no
Last-Update: 2012-05-03

--- a/setup.py
+++ b/setup.py
@@ -18,9 +18,6 @@
 
 """Setup for the launchpadlib library."""
 
-import ez_setup
-ez_setup.use_setuptools()
-
 import sys
 from setuptools import setup, find_packages
 
