diff options
Diffstat (limited to '')
-rw-r--r-- | databases/py-pysqlite20/files/patch-setup.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/py-pysqlite20/files/patch-setup.py b/databases/py-pysqlite20/files/patch-setup.py new file mode 100644 index 000000000000..e205e6a07bd0 --- /dev/null +++ b/databases/py-pysqlite20/files/patch-setup.py @@ -0,0 +1,14 @@ +--- setup.py.orig Thu Feb 2 09:01:31 2006 ++++ setup.py Fri Feb 10 12:19:00 2006 +@@ -23,10 +23,7 @@ + + import glob, os, sys + +-from ez_setup import use_setuptools +-use_setuptools() +- +-from setuptools import setup, Extension ++from distutils.core import setup, Extension, Command + + # If you need to change anything, it should be enough to change setup.cfg. + |