Description: Disable downloading of distribute archive as python-setuptools
 contains all necessary files.
Forwarded: not-needed
Author: Tomasz Rybak <bogomips@post.pl>
Last-Update: 2011-11-25
Index: pytools-2011.5/MANIFEST.in
===================================================================
--- pytools-2011.5.orig/MANIFEST.in	2009-10-15 20:13:17.000000000 +0200
+++ /dev/null	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-include distribute_setup.py
Index: pytools-2011.5/setup.py
===================================================================
--- pytools-2011.5.orig/setup.py	2011-11-18 10:55:31.000000000 +0100
+++ pytools-2011.5/setup.py	2011-11-22 18:15:58.000000000 +0100
@@ -1,9 +1,6 @@
 #!/usr/bin/env python
 # -*- coding: latin1 -*-
 
-import distribute_setup
-distribute_setup.use_setuptools()
-
 from setuptools import setup
 
 try:
