mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 06:10:02 +00:00
4ef9139be2
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:
|