python-sqlalchemy upgrade 0.9.7->1.0.8

Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
Lei Maohui 2015-08-03 17:43:05 +08:00 committed by Bruce Ashfield
parent 48671c3e8c
commit ace7b57c02

View File

@ -2,14 +2,14 @@ DESCRIPTION = "Python SQL toolkit and Object Relational Mapper that gives \
application developers the full power and flexibility of SQL" application developers the full power and flexibility of SQL"
HOMEPAGE = "http://www.sqlalchemy.org/" HOMEPAGE = "http://www.sqlalchemy.org/"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=6c90a3830628085e8ba945f94d622cb2" LIC_FILES_CHKSUM = "file://LICENSE;md5=cf755cb27ad4331d45dbb4db5172fd33"
RDEPENDS_${PN} += "python-numbers" RDEPENDS_${PN} += "python-numbers"
SRCNAME = "SQLAlchemy" SRCNAME = "SQLAlchemy"
SRC_URI = "https://pypi.python.org/packages/source/S/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" SRC_URI = "https://pypi.python.org/packages/source/S/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
SRC_URI[md5sum] = "e3c8f836ea9b48886718f59b9d8646ff" SRC_URI[md5sum] = "7cfd005be63945c96a78c67764ac3a85"
SRC_URI[sha256sum] = "5fff261d0cff21c39913f9d30682659a52bfa2875699b2b7d908d0225df42a15" SRC_URI[sha256sum] = "950c79c0abf9e9f99c43c627c51d40d14a946810a90c35e7cd827bfd0bffe46f"
S = "${WORKDIR}/${SRCNAME}-${PV}" S = "${WORKDIR}/${SRCNAME}-${PV}"