aboutsummaryrefslogtreecommitdiff
path: root/databases/py-pysqlite21/files
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-01-27 21:16:04 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-01-27 21:16:04 +0000
commitbbd8389146f81d931e1d89ad2335d33589912a48 (patch)
treed58f602a8449ad111874763603a08b6e7c7c417d /databases/py-pysqlite21/files
parent5b77b10b89dc7d16347ce3cdb1f1a68f626f9ef9 (diff)
downloadports-bbd8389146f81d931e1d89ad2335d33589912a48.tar.gz
ports-bbd8389146f81d931e1d89ad2335d33589912a48.zip
Notes
Diffstat (limited to 'databases/py-pysqlite21/files')
-rw-r--r--databases/py-pysqlite21/files/patch-setup.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/py-pysqlite21/files/patch-setup.py b/databases/py-pysqlite21/files/patch-setup.py
new file mode 100644
index 000000000000..ef2d74fbc889
--- /dev/null
+++ b/databases/py-pysqlite21/files/patch-setup.py
@@ -0,0 +1,14 @@
+--- ./setup.py.orig Fri Jan 27 17:35:03 2006
++++ ./setup.py Fri Jan 27 17:35:26 2006
+@@ -23,10 +23,7 @@
+
+ import glob, os, sys
+
+-from ez_setup import use_setuptools
+-use_setuptools()
+-
+-from setuptools import setup, Extension, Command
++from distutils.core import setup, Extension, Command
+
+ # If you need to change anything, it should be enough to change setup.cfg.
+