adding python bindings for the "Enlightenment Foundation Libraries (EFL)"
[openwrt/svn-archive/archive.git] / lang / python-e_dbus / patches / 000-prevent-using-setuptools.patch
1 diff -ruN python-e_dbus-r37637.orig/setup.py python-e_dbus-r37637/setup.py
2 --- python-e_dbus-r37637.orig/setup.py 2009-01-04 12:18:59.000000000 +0100
3 +++ python-e_dbus-r37637/setup.py 2009-01-04 12:21:26.000000000 +0100
4 @@ -1,10 +1,7 @@
5 import sys
6 import os
7
8 -from ez_setup import use_setuptools
9 -use_setuptools("0.6c3")
10 -
11 -from setuptools import setup, Extension
12 +from distutils.core import setup, Extension
13 import subprocess
14 import shlex
15