diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.7.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.7.2.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.7.2.bb b/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.7.2.bb deleted file mode 100644 index ae471f3..0000000 --- a/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.7.2.bb +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | DESCRIPTION = "Database schema migration for SQLAlchemy" | ||
| 2 | HOMEPAGE = "http://code.google.com/p/sqlalchemy-migrate/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://setup.py;beginline=32;endline=32;md5=cb374f131a90bccb0afff3d7ede94569" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "sqlalchemy-migrate" | ||
| 9 | |||
| 10 | SRC_URI = "http://sqlalchemy-migrate.googlecode.com/files/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "10382fda16f056491e671b5307dd6713" | ||
| 13 | SRC_URI[sha256sum] = "7f55c768ee26f143fedb11b365a4c57c3bbdb5211e049c7f04b8ae8107c28333" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += "python-sqlalchemy \ | ||
| 20 | python-decorator \ | ||
| 21 | python-tempita \ | ||
| 22 | " | ||
