diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2015-04-29 11:05:43 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-29 12:29:40 -0400 |
| commit | 783350c46447820c508e3ec5aba7f366cf85ab1e (patch) | |
| tree | 6e51e6c3ea0f68c09cbe70913ec4e3057c97c6c3 /meta-openstack/recipes-devtools/python/python-alembic_0.5.0.bb | |
| parent | c395249a59bcebba9843117cd65612f3f8cd7318 (diff) | |
| download | meta-cloud-services-783350c46447820c508e3ec5aba7f366cf85ab1e.tar.gz | |
python-alembic: upgrade to 0.7.5.post2
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-alembic_0.5.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-alembic_0.5.0.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-alembic_0.5.0.bb b/meta-openstack/recipes-devtools/python/python-alembic_0.5.0.bb deleted file mode 100644 index 05ca02f..0000000 --- a/meta-openstack/recipes-devtools/python/python-alembic_0.5.0.bb +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | DESCRIPTION = "A database migration tool for SQLAlchemy." | ||
| 2 | HOMEPAGE = "http://bitbucket.org/zzzeek/alembic" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8a916dc02872b4ca467ca1aeaf9516ef" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "alembic" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/a/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "e22d10fd885473eccc9c8c75238e97ce" | ||
| 13 | SRC_URI[sha256sum] = "9d6dfd094c405f2d53882624a34e78838a27e22be25d809a1dffce1f9cd64e93" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += "python-sqlalchemy" | ||
| 20 | |||
