~ubuntu-branches/ubuntu/vivid/lazr.restfulclient/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/patches/no-ez-setup

  • Committer: Package Import Robot
  • Author(s): Dimitri John Ledkov
  • Date: 2014-12-06 01:04:46 UTC
  • mfrom: (1.3.4)
  • Revision ID: package-import@ubuntu.com-20141206010446-axq9v8zp6kkfts8v
Tags: 0.13.4-0ubuntu1
Upload to vivid, because my subkey is not getting accepted by
ftp-master.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: Urgh, ez_setup
2
 
Author: Stefano Rivera <stefanor@debian.org>
3
 
Last-Update: 2012-01-24
4
 
 
5
 
--- a/setup.py
6
 
+++ b/setup.py
7
 
@@ -16,9 +16,6 @@
8
 
 # You should have received a copy of the GNU Lesser General Public License
9
 
 # along with lazr.restfulclient.  If not, see <http://www.gnu.org/licenses/>.
10
 
 
11
 
-import ez_setup
12
 
-ez_setup.use_setuptools()
13
 
-
14
 
 import sys
15
 
 from setuptools import setup, find_packages
16