diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-04-06 03:06:44 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-04-06 03:06:44 +0000 |
commit | ec75e505011a165c22073668ecc91854c1217955 (patch) | |
tree | bff33f6be10c6d56874aeb5f946a0e22abafe293 /databases/py-MySQLdb/files/patch-setup.py | |
parent | - Update to 3.3.14 (diff) |
- Update to 1.2.2
Notes
Notes:
svn path=/head/; revision=189322
Diffstat (limited to 'databases/py-MySQLdb/files/patch-setup.py')
-rw-r--r-- | databases/py-MySQLdb/files/patch-setup.py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/py-MySQLdb/files/patch-setup.py b/databases/py-MySQLdb/files/patch-setup.py new file mode 100644 index 000000000000..a2b04584d454 --- /dev/null +++ b/databases/py-MySQLdb/files/patch-setup.py @@ -0,0 +1,13 @@ +--- setup.py.orig Thu Apr 5 23:51:45 2007 ++++ setup.py Thu Apr 5 23:51:58 2007 +@@ -2,8 +2,8 @@ + + import os + import sys +-import ez_setup; ez_setup.use_setuptools() +-from setuptools import setup, Extension ++from distutils.core import setup ++from distutils.extension import Extension + + if sys.version_info < (2, 3): + raise Error, "Python-2.3 or newer is required" |