summaryrefslogtreecommitdiff
path: root/deskutils/py-vobject/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/py-vobject/files/patch-setup.py')
-rw-r--r--deskutils/py-vobject/files/patch-setup.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/deskutils/py-vobject/files/patch-setup.py b/deskutils/py-vobject/files/patch-setup.py
new file mode 100644
index 000000000000..2bd2330a0048
--- /dev/null
+++ b/deskutils/py-vobject/files/patch-setup.py
@@ -0,0 +1,16 @@
+--- ./setup.py.orig Thu Feb 8 05:43:56 2007
++++ ./setup.py Sun Jun 10 22:36:12 2007
+@@ -14,12 +14,9 @@
+
+ """
+
+-from ez_setup import use_setuptools
+-use_setuptools()
+
+-from setuptools import setup, find_packages
+
+-#from distutils.core import setup
++from distutils.core import setup
+
+ # Metadata
+ PACKAGE_NAME = "vobject"