mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
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:
committed by
Martin Jansa
parent
c326bde764
commit
4ef9139be2
@@ -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:
|
||||
Reference in New Issue
Block a user