[meta-virtualization] [m-c-s][PATCH 01/10] python-sqlalchemy-migrate: upgrade to v0.11.0

Mark Asselstine mark.asselstine at windriver.com
Tue Nov 7 12:38:29 PST 2017


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 at windriver.com>
---
 ...10.0.bb => python-sqlalchemy-migrate_0.11.0.bb} | 32 ++++++++--------------
 1 file changed, 11 insertions(+), 21 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-sqlalchemy-migrate_0.10.0.bb => python-sqlalchemy-migrate_0.11.0.bb} (34%)

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.11.0.bb
similarity index 34%
rename from meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.10.0.bb
rename to meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.11.0.bb
index 2fd7262..715d2cd 100644
--- a/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.10.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-sqlalchemy-migrate_0.11.0.bb
@@ -1,32 +1,22 @@
 DESCRIPTION = "Database schema migration for SQLAlchemy"
 HOMEPAGE = "http://code.google.com/p/sqlalchemy-migrate/"
 SECTION = "devel/python"
-LICENSE = "MIT"
+LICENSE = "MIT & Apache-2.0"
 LIC_FILES_CHKSUM = "file://setup.py;beginline=32;endline=32;md5=d41d8cd98f00b204e9800998ecf8427e"
 
-SRCNAME = "sqlalchemy-migrate"
+inherit pypi
 
-SRC_URI = "https://pypi.python.org/packages/source/s/sqlalchemy-migrate/${SRCNAME}-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "af20c212b3379c142a1b3f66bb39b6d8"
-SRC_URI[sha256sum] = "f83c5cce9c09e5c05527279b7fe1565b32e5353342ff30b24f594fa2e5a7e003"
-
-S = "${WORKDIR}/${SRCNAME}-${PV}"
+SRC_URI[md5sum] = "f68c75280270f2fb2824633ef8633628"
+SRC_URI[sha256sum] = "e68af5e3e0561f629d4eb23d9d0ea77d2649747f2eff37fd29aece74615ca251"
 
 inherit setuptools
 
-DEPENDS += " \
-        python-pip \
+RDEPENDS_${PN} += " \
         python-pbr \
+        python-sqlalchemy \
+        python-decorator \
+        python-six \
+        python-sqlparse \
+        python-tempita \
         "
-
-# Satisfy setup.py 'setup_requires'
-DEPENDS += " \
-        python-pbr-native \
-        "
-
-RDEPENDS_${PN} += "python-sqlalchemy  \
-	python-decorator \
-	python-tempita  \
-        python-pbr \
-    "
+	
\ No newline at end of file
-- 
2.7.4



More information about the meta-virtualization mailing list