blob: cc8e82f12b3f35186722a83275a6531516609345 [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
Brad Bishopd7bf8c12018-02-25 22:55:05 -050010SRC_URI[md5sum] = "b32669d53e903b3512065026552f3bff"
11SRC_URI[sha256sum] = "f1191e29e35b6fe1aef7175a09b1707ebb7bd08d0b17cb0feada76c49e5a2d1e"
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"