mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-20 18:25:10 +00:00
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>
18 lines
483 B
Diff
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:
|