blob: 0c191ae7d59550b02c0d6fae056b7489c6e056d7 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001DESCRIPTION = "Python SQL toolkit and Object Relational Mapper that gives \
2application developers the full power and flexibility of SQL"
3HOMEPAGE = "http://www.sqlalchemy.org/"
4LICENSE = "MIT"
Brad Bishop316dfdd2018-06-25 12:45:53 -04005LIC_FILES_CHKSUM = "file://LICENSE;md5=b1c412c9d8d1ce018f7a9374407c22bb"
Brad Bishop6e60e8b2018-02-01 10:27:11 -05006
7PYPI_PACKAGE = "SQLAlchemy"
8inherit pypi
9
Brad Bishop316dfdd2018-06-25 12:45:53 -040010SRC_URI[md5sum] = "03db1c8f8ae911977c0bf3950a4c9c21"
11SRC_URI[sha256sum] = "6b55ec379c11ad696f9371ce8e0de93c7f21134323f56a56a1b0d8fbef17013c"
Brad Bishop6e60e8b2018-02-01 10:27:11 -050012
13RDEPENDS_${PN} += " \
14 ${PYTHON_PN}-json \
15 ${PYTHON_PN}-pickle \
16 ${PYTHON_PN}-logging \
17 ${PYTHON_PN}-netclient \
18 ${PYTHON_PN}-numbers \
19 ${PYTHON_PN}-threading \
20"