diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-11-07 15:38:29 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-11-08 14:17:24 -0500 |
| commit | e5d477e844a1b43cc585cb95076f8e0bfeb1a59d (patch) | |
| tree | 03da5a7965d8ac495a9740f02ca0c58ed1823436 /meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.10.0.bb | |
| parent | f325f0ec7b738aac7181b86076a350a74b21633b (diff) | |
| download | meta-cloud-services-e5d477e844a1b43cc585cb95076f8e0bfeb1a59d.tar.gz | |
python-sqlalchemy-migrate: upgrade to v0.11.0
This version is required by the latest version of keystone.
The additional license was added since the source header has one
license and the COPYING file has a different license, so better safe
than sorry.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.10.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.10.0.bb | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.10.0.bb b/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.10.0.bb deleted file mode 100644 index 2fd7262..0000000 --- a/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.10.0.bb +++ /dev/null | |||
| @@ -1,32 +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=d41d8cd98f00b204e9800998ecf8427e" | ||
| 6 | |||
| 7 | SRCNAME = "sqlalchemy-migrate" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/source/s/sqlalchemy-migrate/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "af20c212b3379c142a1b3f66bb39b6d8" | ||
| 12 | SRC_URI[sha256sum] = "f83c5cce9c09e5c05527279b7fe1565b32e5353342ff30b24f594fa2e5a7e003" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | DEPENDS += " \ | ||
| 19 | python-pip \ | ||
| 20 | python-pbr \ | ||
| 21 | " | ||
| 22 | |||
| 23 | # Satisfy setup.py 'setup_requires' | ||
| 24 | DEPENDS += " \ | ||
| 25 | python-pbr-native \ | ||
| 26 | " | ||
| 27 | |||
| 28 | RDEPENDS_${PN} += "python-sqlalchemy \ | ||
| 29 | python-decorator \ | ||
| 30 | python-tempita \ | ||
| 31 | python-pbr \ | ||
| 32 | " | ||
