File: remove-ezsetup.patch

package info (click to toggle)
google-apputils-python 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 448 kB
  • ctags: 512
  • sloc: python: 2,094; makefile: 18
file content (22 lines) | stat: -rw-r--r-- 419 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: Remove unneeded call to ez_setup that breaks the build
Author: Robert Edmonds <edmonds@debian.org>
Forwarded: no
Last-Update: 2014-10-15

diff --git a/setup.py b/setup.py
index fe3dbd1..d52670b 100644
--- a/setup.py
+++ b/setup.py
@@ -15,9 +15,6 @@
 
 import sys
 
-import ez_setup
-ez_setup.use_setuptools()
-
 from setuptools import setup, find_packages
 from setuptools.command import test
 
-- 
2.1.1