blob: 92db5045ce43952a706db285fbcc7fe3babb5489 [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001DESCRIPTION = "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"
Andrew Geisslerc5535c92023-01-27 16:10:19 -06005LIC_FILES_CHKSUM = "file://LICENSE;md5=b707d50badb798e1d897f2c8f649382d"
Andrew Geissler517393d2023-01-13 08:55:19 -06006
Andrew Geissler220dafd2023-10-04 10:18:08 -05007SRC_URI[sha256sum] = "05b971ab1ac2994a14c56b35eaaa91f86ba080e9ad481b20d99d77f381bb6258"
Andrew Geissler517393d2023-01-13 08:55:19 -06008
9PYPI_PACKAGE = "SQLAlchemy"
10inherit pypi setuptools3
11
12RDEPENDS:${PN} += " \
Patrick Williamsb542dec2023-06-09 01:26:37 -050013 python3-asyncio \
14 python3-compression \
15 python3-json \
16 python3-logging \
17 python3-netclient \
18 python3-numbers \
19 python3-pickle \
20 python3-profile \
21 python3-threading \
22 python3-typing-extensions \
Andrew Geissler517393d2023-01-13 08:55:19 -060023"
24
25BBCLASSEXTEND = "native nativesdk"