File: begone-ez_setup.patch

package info (click to toggle)
python-launchpadlib 1.10.2%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 544 kB
  • ctags: 637
  • sloc: python: 2,099; makefile: 27; sh: 9
file content (18 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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