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.7.5.post2.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.7.5.post2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-alembic_0.7.5.post2.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-alembic_0.7.5.post2.bb b/meta-openstack/recipes-devtools/python/python-alembic_0.7.5.post2.bb new file mode 100644 index 0000000..51b0934 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-alembic_0.7.5.post2.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 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=8faea05c89b6ff4ad5a9fa082f540719" | ||
| 6 | |||
| 7 | SRCNAME = "alembic" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/source/a/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "1814563f5042b28c5c452f2faa895d8e" | ||
| 12 | SRC_URI[sha256sum] = "f998184b8cd6d522249e88bb0e7f6ccd80cdd73df50189e85c7c35740b17e7d4" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | RDEPENDS_${PN} += "python-sqlalchemy" | ||
| 19 | |||
