summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/kid/files/kid-0.9-ezsetup-gentoo.patch')
-rw-r--r--dev-python/kid/files/kid-0.9-ezsetup-gentoo.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/kid/files/kid-0.9-ezsetup-gentoo.patch b/dev-python/kid/files/kid-0.9-ezsetup-gentoo.patch
new file mode 100644
index 000000000000..5dca21884882
--- /dev/null
+++ b/dev-python/kid/files/kid-0.9-ezsetup-gentoo.patch
@@ -0,0 +1,27 @@
+--- kid-0.9/setup.py 2005-12-02 07:46:12.000000000 +0000
++++ kid-0.9-patched/setup.py 2006-01-03 08:49:19.000000000 +0000
+@@ -1,6 +1,4 @@
+ # bootstrap setuptools if necessary
+-from ez_setup import use_setuptools
+-use_setuptools()
+
+ import os
+
+@@ -8,7 +6,7 @@
+
+ doc_parts = long_description.strip().splitlines()
+
+-from setuptools import setup, find_packages
++from distutils.core import setup
+ setup(
+ name="kid",
+ version=version,
+@@ -29,7 +27,6 @@
+ },
+ py_modules=[],
+ packages=["kid", 'kid.test'],
+- install_requires=['elementtree'],
+ classifiers = [
+ 'Development Status :: 4 - Beta',
+ 'Environment :: Console',
+