aboutsummaryrefslogtreecommitdiff
path: root/databases/py-pysqlite22/files/patch-setup.py
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2006-04-07 10:38:30 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2006-04-07 10:38:30 +0000
commitb47be74084057e3550b8723eae1dbc0f7c0d2fa5 (patch)
tree82e808f1c6023ffd99af5a14a44b649fd49d587e /databases/py-pysqlite22/files/patch-setup.py
parent503c7f7052756548d3712a6b0f3fb6d32ddbb8e9 (diff)
Diffstat (limited to 'databases/py-pysqlite22/files/patch-setup.py')
-rw-r--r--databases/py-pysqlite22/files/patch-setup.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/databases/py-pysqlite22/files/patch-setup.py b/databases/py-pysqlite22/files/patch-setup.py
deleted file mode 100644
index ef2d74fbc889..000000000000
--- a/databases/py-pysqlite22/files/patch-setup.py
+++ /dev/null
@@ -1,14 +0,0 @@
---- ./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.
-