| 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] = "b32669d53e903b3512065026552f3bff" |
| SRC_URI[sha256sum] = "f1191e29e35b6fe1aef7175a09b1707ebb7bd08d0b17cb0feada76c49e5a2d1e" |
| |
| RDEPENDS_${PN} += " \ |
| ${PYTHON_PN}-json \ |
| ${PYTHON_PN}-pickle \ |
| ${PYTHON_PN}-logging \ |
| ${PYTHON_PN}-netclient \ |
| ${PYTHON_PN}-numbers \ |
| ${PYTHON_PN}-threading \ |
| " |