diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-01-30 16:46:41 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-01-30 16:46:41 -0500 |
| commit | a6ff9ee05cccceb92c422319727b50c292bf1aea (patch) | |
| tree | 3237cb4df5d483f3e82d637d9a4b4f98ce0e9017 /meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.7.2.bb | |
| parent | 0a5c384eb0b48bb1a9df23dbedeb11a73572cdd9 (diff) | |
| download | meta-cloud-services-a6ff9ee05cccceb92c422319727b50c292bf1aea.tar.gz | |
json/sqlalchemy-migrate/wsme: update and introduce packages to meet ceilometer requirements
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
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 | " | ||
