From 4ef9139be2f21dabd313d25e000e0285f5a2be82 Mon Sep 17 00:00:00 2001 From: Mihai Prica Date: Tue, 7 May 2013 10:50:19 +0000 Subject: mysql-python: Added recipe for mysql-python This package provides an interface to MySQL for Python. Signed-off-by: Mihai Prica Signed-off-by: Martin Jansa --- .../mysql/mysql-python/remove-distribute.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-oe/recipes-support/mysql/mysql-python/remove-distribute.patch (limited to 'meta-oe/recipes-support/mysql/mysql-python/remove-distribute.patch') diff --git a/meta-oe/recipes-support/mysql/mysql-python/remove-distribute.patch b/meta-oe/recipes-support/mysql/mysql-python/remove-distribute.patch new file mode 100644 index 0000000000..0ce750d63d --- /dev/null +++ b/meta-oe/recipes-support/mysql/mysql-python/remove-distribute.patch @@ -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: -- cgit v1.2.3-54-g00ecf