diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.19.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.19.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.19.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.19.bb new file mode 100644 index 0000000000..52e7bf376b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.19.bb | |||
@@ -0,0 +1,20 @@ | |||
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" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c19467890539ff718c00a019c9c7a7b2" | ||
6 | |||
7 | SRC_URI[md5sum] = "a5710b0aee19a743e513f3bf002072a8" | ||
8 | SRC_URI[sha256sum] = "3bba2e9fbedb0511769780fe1d63007081008c5c2d7d715e91858c94dbaa260e" | ||
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 | " | ||