From 0cb5a0ac252887d92c907eadcc4d61ae1c62f50b Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 17 Mar 2014 23:48:15 -0400 Subject: sql-alchemy: prefer the pypi version The sql-alchemy project page has remove the 0.7.9 tarball. So we switch to the pypi version. Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-sqlalchemy_0.7.9.bbappend | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-sqlalchemy_0.7.9.bbappend (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-sqlalchemy_0.7.9.bbappend b/meta-openstack/recipes-devtools/python/python-sqlalchemy_0.7.9.bbappend new file mode 100644 index 0000000..ce4c1b9 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-sqlalchemy_0.7.9.bbappend @@ -0,0 +1,5 @@ +SRC_URI = "https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-0.7.9.tar.gz" + +SRC_URI[md5sum] = "a0b58defc5ad0c7e1baeb932f62d08dd" +SRC_URI[sha256sum] = "4a89556cb55275d1af694dc4d5700d8bf0f83690bac16ab30340092ff25bb4d7" + -- cgit v1.2.3-54-g00ecf