blob: 07e70d72b87544e38d8dfc9a1be275a99ca7eab5 [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"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=452f4b8adb0feba42e5be5f1fbfbf538"
6
7PYPI_PACKAGE = "SQLAlchemy"
8inherit pypi
9
10SRC_URI[md5sum] = "938b1e5ca2372c3ec9a586996a3b5653"
11SRC_URI[sha256sum] = "b65cdc73cd348448ef0164f6c77d45a9f27ca575d3c5d71ccc33adf684bc6ef0"
12
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"