Mihai Prica 4ef9139be2 mysql-python: Added recipe for mysql-python
This package provides an interface to MySQL for Python.

Signed-off-by: Mihai Prica <mihai.prica@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-05-10 11:02:38 +02:00

18 lines
483 B
Diff

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: