mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
mysql-python: upgrade to 1.2.5
remove the remove-distribute.patch, v1.2.5 has a similar fix Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -1,17 +0,0 @@
|
|||||||
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:
|
|
||||||
+3
-5
@@ -8,11 +8,9 @@ DEPENDS = "mysql5"
|
|||||||
|
|
||||||
SRCNAME = "MySQL-python"
|
SRCNAME = "MySQL-python"
|
||||||
|
|
||||||
SRC_URI = "https://pypi.python.org/packages/source/M/${SRCNAME}/${SRCNAME}-${PV}.zip \
|
SRC_URI = "https://pypi.python.org/packages/source/M/${SRCNAME}/${SRCNAME}-${PV}.zip"
|
||||||
file://remove-distribute.patch"
|
SRC_URI[md5sum] = "654f75b302db6ed8dc5a898c625e030c"
|
||||||
|
SRC_URI[sha256sum] = "811040b647e5d5686f84db415efd697e6250008b112b6909ba77ac059e140c74"
|
||||||
SRC_URI[md5sum] = "ddf2386daf10a97af115ffad2ed4a9a0"
|
|
||||||
SRC_URI[sha256sum] = "e405f9d6be33923d428acaa4db4f4470427f1d15ea0d2d82a933449ace26bbd9"
|
|
||||||
|
|
||||||
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
||||||
|
|
||||||
Reference in New Issue
Block a user