summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.18.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.18.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.18.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.18.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.18.bb
new file mode 100644
index 0000000000..a5e1737b07
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.3.18.bb
@@ -0,0 +1,20 @@
1DESCRIPTION = "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=c19467890539ff718c00a019c9c7a7b2"
6
7SRC_URI[md5sum] = "96e085d318297b1ad36ef2685f54287a"
8SRC_URI[sha256sum] = "da2fb75f64792c1fc64c82313a00c728a7c301efe6a60b7a9fe35b16b4368ce7"
9
10PYPI_PACKAGE = "SQLAlchemy"
11inherit pypi setuptools3
12
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"