File: replace-setuptools.patch

package info (click to toggle)
pytools 10-7
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 404 kB
  • ctags: 796
  • sloc: python: 4,175; makefile: 9
file content (22 lines) | stat: -rw-r--r-- 752 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
Disabled downloading of distribute archive - python-setuptools
contains necessary files.
Index: pytools-10/setup.py
===================================================================
--- pytools-10.orig/setup.py	2010-06-02 16:28:31.000000000 +0200
+++ pytools-10/setup.py	2010-06-02 16:28:41.000000000 +0200
@@ -1,9 +1,6 @@
 #!/usr/bin/env python
 # -*- coding: latin1 -*-
 
-import distribute_setup
-distribute_setup.use_setuptools()
-
 from setuptools import setup
 
 setup(name="pytools",
Index: pytools-10/MANIFEST.in
===================================================================
--- pytools-10.orig/MANIFEST.in	2010-06-02 16:40:07.000000000 +0200
+++ /dev/null	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-include distribute_setup.py