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>
This commit is contained in:
Mihai Prica
2013-05-07 10:50:19 +00:00
committed by Martin Jansa
parent c326bde764
commit 4ef9139be2
2 changed files with 35 additions and 0 deletions
@@ -0,0 +1,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: