Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | DESCRIPTION = "Python SQL toolkit and Object Relational Mapper that gives \ |
| 2 | application developers the full power and flexibility of SQL" |
| 3 | HOMEPAGE = "http://www.sqlalchemy.org/" |
| 4 | LICENSE = "MIT" |
Andrew Geissler | c87764f | 2020-06-27 00:16:32 -0500 | [diff] [blame] | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c19467890539ff718c00a019c9c7a7b2" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 6 | |
Andrew Geissler | bbbd5f4 | 2020-10-30 15:42:48 -0500 | [diff] [blame] | 7 | SRC_URI[md5sum] = "40200b570274446a05959abd3fa81778" |
| 8 | SRC_URI[sha256sum] = "d2f25c7f410338d31666d7ddedfa67570900e248b940d186b48461bd4e5569a1" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 9 | |
| 10 | PYPI_PACKAGE = "SQLAlchemy" |
| 11 | inherit pypi setuptools3 |
| 12 | |
| 13 | RDEPENDS_${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 | " |