summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.10.0.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-11-07 15:38:29 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-11-08 14:17:24 -0500
commite5d477e844a1b43cc585cb95076f8e0bfeb1a59d (patch)
tree03da5a7965d8ac495a9740f02ca0c58ed1823436 /meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.10.0.bb
parentf325f0ec7b738aac7181b86076a350a74b21633b (diff)
downloadmeta-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.bb32
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 @@
1DESCRIPTION = "Database schema migration for SQLAlchemy"
2HOMEPAGE = "http://code.google.com/p/sqlalchemy-migrate/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://setup.py;beginline=32;endline=32;md5=d41d8cd98f00b204e9800998ecf8427e"
6
7SRCNAME = "sqlalchemy-migrate"
8
9SRC_URI = "https://pypi.python.org/packages/source/s/sqlalchemy-migrate/${SRCNAME}-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "af20c212b3379c142a1b3f66bb39b6d8"
12SRC_URI[sha256sum] = "f83c5cce9c09e5c05527279b7fe1565b32e5353342ff30b24f594fa2e5a7e003"
13
14S = "${WORKDIR}/${SRCNAME}-${PV}"
15
16inherit setuptools
17
18DEPENDS += " \
19 python-pip \
20 python-pbr \
21 "
22
23# Satisfy setup.py 'setup_requires'
24DEPENDS += " \
25 python-pbr-native \
26 "
27
28RDEPENDS_${PN} += "python-sqlalchemy \
29 python-decorator \
30 python-tempita \
31 python-pbr \
32 "