summaryrefslogtreecommitdiff
path: root/databases/py-pysqlite20/files/patch-setup.py
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-02-10 14:32:52 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-02-10 14:32:52 +0000
commit74cca54936747dc950ed9eb8589ac21991f15a77 (patch)
treeea168a1f048fa4a7238c3389edf5b797b98f90aa /databases/py-pysqlite20/files/patch-setup.py
parent- Update to 2.1.3 (diff)
- Update to 2.0.7
Notes
Notes: svn path=/head/; revision=155649
Diffstat (limited to '')
-rw-r--r--databases/py-pysqlite20/files/patch-setup.py14
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.
+