blob: 0ce750d63d2c02986bdb52fa7ceec23380941428 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Upstream-Status: Innapropriate
Index: MySQL-python-1.2.4/setup.py
===================================================================
--- MySQL-python-1.2.4.orig/setup.py
+++ MySQL-python-1.2.4/setup.py
@@ -3,8 +3,8 @@
import os
import sys
-from distribute_setup import use_setuptools
-use_setuptools()
+#from distribute_setup import use_setuptools
+#use_setuptools()
from setuptools import setup, Extension
if not hasattr(sys, "hexversion") or sys.hexversion < 0x02040000:
|