summaryrefslogtreecommitdiffstats
path: root/lang/kid/patches/000-setup.patch
blob: aeb059e839a6112f18441680d6def214732fc6d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff -urN kid-0.9.6_orig/setup.py kid-0.9.6/setup.py
--- kid-0.9.6/setup.py	2007-07-16 13:02:49.000000000 +0200
+++ kid-0.9.6/setup.py	2007-08-15 14:39:37.000000000 +0200
@@ -1,15 +1,12 @@
 #!/usr/bin/env python
 
 # bootstrap setuptools if necessary
-from ez_setup import use_setuptools
-use_setuptools()
+from distutils.core import setup
 
 import os
 
 execfile(os.path.join("kid", "release.py"))
 
-from setuptools import setup, find_packages
-
 setup(
     name="kid",
     version=version,