e04e2f95e4a144c842fd3d40e61f2105059cda3c
[openwrt/svn-archive/packages.git] / lang / pymysql / patches / 000-setup.patch
1 --- MySQL-python-1.2.2/setup.py 2007-02-25 04:37:12.000000000 +0100
2 +++ MySQL-python-1.2.2/setup.py 2007-08-15 12:23:18.000000000 +0200
3 @@ -2,8 +2,7 @@
4
5 import os
6 import sys
7 -import ez_setup; ez_setup.use_setuptools()
8 -from setuptools import setup, Extension
9 +from distutils.core import setup, Extension
10
11 if sys.version_info < (2, 3):
12 raise Error, "Python-2.3 or newer is required"