diff options
| -rw-r--r-- | recipes-devtools/python/python-sqlalchemy_1.0.16.bb | 16 |
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 @@ | |||
| 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=d7dba1721bc8ce05d421f7279cb87971" | ||
| 6 | RDEPENDS_${PN} += "python-numbers" | ||
| 7 | |||
| 8 | SRCNAME = "SQLAlchemy" | ||
| 9 | SRC_URI = "https://pypi.io/packages/source/S/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "42c81726e7e145c206dac46964b4a167" | ||
| 12 | SRC_URI[sha256sum] = "e2dfdaa0983931ac1b0522dd637f08a52cf3081746513ac79c50843277ebe463" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
