aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/mysql/mysql-python
diff options
context:
space:
mode:
authorMihai Prica <mihai.prica@intel.com>2013-05-07 10:50:19 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-05-10 11:02:38 +0200
commit4ef9139be2f21dabd313d25e000e0285f5a2be82 (patch)
tree8b6de411d68d82e171dd88d7dc7a4f7d88743007 /meta-oe/recipes-support/mysql/mysql-python
parentc326bde764bcfdf882aa685ada6d71ea7aa556d3 (diff)
downloadmeta-openembedded-contrib-4ef9139be2f21dabd313d25e000e0285f5a2be82.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-support/mysql/mysql-python')
-rw-r--r--meta-oe/recipes-support/mysql/mysql-python/remove-distribute.patch17
1 files changed, 17 insertions, 0 deletions
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: