mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-21 11:58:24 +00:00
python-sqlalchemy: update to version 1.1.5
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
4d5e97e8b4
commit
773200a185
@@ -2,12 +2,18 @@ DESCRIPTION = "Python SQL toolkit and Object Relational Mapper that gives \
|
||||
application developers the full power and flexibility of SQL"
|
||||
HOMEPAGE = "http://www.sqlalchemy.org/"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=d7dba1721bc8ce05d421f7279cb87971"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=452f4b8adb0feba42e5be5f1fbfbf538"
|
||||
|
||||
PYPI_PACKAGE = "SQLAlchemy"
|
||||
inherit pypi
|
||||
|
||||
SRC_URI[md5sum] = "be5af1bebe595206b71b513a14836e4f"
|
||||
SRC_URI[sha256sum] = "701b57d628b9fa1cfb82f10665e7214d5d2db23251ca6f23b91c5f56fcdbdeb5"
|
||||
SRC_URI[md5sum] = "50685d97dca4b91945ae6309d03ab8c9"
|
||||
SRC_URI[sha256sum] = "68fb40049690e567ebda7b270176f5abf0d53d9fbd515fec4e43326f601119b6"
|
||||
|
||||
RDEPENDS_${PN} += "${PYTHON_PN}-numbers"
|
||||
RDEPENDS_${PN} += " \
|
||||
${PYTHON_PN}-json \
|
||||
${PYTHON_PN}-pickle \
|
||||
${PYTHON_PN}-netclient \
|
||||
${PYTHON_PN}-numbers \
|
||||
${PYTHON_PN}-threading \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user