File: distribute.patch

package info (click to toggle)
python-fswrap 0.1.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 220 kB
  • ctags: 211
  • sloc: python: 1,124; makefile: 4; xml: 4
file content (13 lines) | stat: -rw-r--r-- 363 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Do not download distribute from the internet
Author: Sebastian Ramacher <sramacher@debian.org>
Bug-Debian: http://bugs.debian.org/735825
Last-Update: 2014-02-05

--- python-fswrap-0.1.1.orig/setup.py
+++ python-fswrap-0.1.1/setup.py
@@ -1,5 +1,3 @@
-from distribute_setup import use_setuptools
-use_setuptools()
 from setuptools import setup
 
 try: