meta-openembedded/meta-python/recipes-devtools/python/python-sqlalchemy.inc
Pascal Bach 11123f2a9f python-sqlalchemy, python3-sqlalchemy: update to 1.1.9
Signed-off-by: Pascal Bach <pascal.bach@nextrem.ch>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-04-26 20:13:33 +02:00

21 lines
638 B
PHP

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=452f4b8adb0feba42e5be5f1fbfbf538"
PYPI_PACKAGE = "SQLAlchemy"
inherit pypi
SRC_URI[md5sum] = "938b1e5ca2372c3ec9a586996a3b5653"
SRC_URI[sha256sum] = "b65cdc73cd348448ef0164f6c77d45a9f27ca575d3c5d71ccc33adf684bc6ef0"
RDEPENDS_${PN} += " \
${PYTHON_PN}-json \
${PYTHON_PN}-pickle \
${PYTHON_PN}-logging \
${PYTHON_PN}-netclient \
${PYTHON_PN}-numbers \
${PYTHON_PN}-threading \
"