summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorMing Liu <liu.ming50@gmail.com>2019-11-24 22:02:05 +0100
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-11-25 16:07:17 -0500
commit1fe16a1e5e2603a97fd8b82f86e0af457b7c9ecf (patch)
tree042fa04e1fad07c7961f5b7e8d40ee5027f1cef1 /recipes-devtools
parentde255d6afa49308ac78076258d51a919fd3c8618 (diff)
downloadmeta-virtualization-1fe16a1e5e2603a97fd8b82f86e0af457b7c9ecf.tar.gz
python-sqlalchemy: drop 1.0.16 recipe
Seems no one is referring this recipe, there is already a python-sqlalchemy_1.1.5 recipe in this layer. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/python/python-sqlalchemy_1.0.16.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/recipes-devtools/python/python-sqlalchemy_1.0.16.bb b/recipes-devtools/python/python-sqlalchemy_1.0.16.bb
deleted file mode 100644
index 5eb60b5b..00000000
--- a/recipes-devtools/python/python-sqlalchemy_1.0.16.bb
+++ /dev/null
@@ -1,16 +0,0 @@
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=d7dba1721bc8ce05d421f7279cb87971"
6RDEPENDS_${PN} += "python-numbers"
7
8SRCNAME = "SQLAlchemy"
9SRC_URI = "https://pypi.io/packages/source/S/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "42c81726e7e145c206dac46964b4a167"
12SRC_URI[sha256sum] = "e2dfdaa0983931ac1b0522dd637f08a52cf3081746513ac79c50843277ebe463"
13
14S = "${WORKDIR}/${SRCNAME}-${PV}"
15
16inherit setuptools