diff options
Diffstat (limited to 'packages/python/python-formencode/setup.py.diff')
-rw-r--r-- | packages/python/python-formencode/setup.py.diff | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/python/python-formencode/setup.py.diff b/packages/python/python-formencode/setup.py.diff deleted file mode 100644 index dc9db4352e..0000000000 --- a/packages/python/python-formencode/setup.py.diff +++ /dev/null @@ -1,13 +0,0 @@ ---- python-formencode-0.4.orig/setup.py -+++ python-formencode-0.4/setup.py -@@ -1,6 +1,7 @@ --from ez_setup import use_setuptools --use_setuptools() --from setuptools import setup -+#from ez_setup import use_setuptools -+#use_setuptools() -+#from setuptools import setup -+from distutils.core import setup - - version = '0.4' - |