diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-03-17 23:48:15 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-03-17 23:48:15 -0400 |
| commit | 0cb5a0ac252887d92c907eadcc4d61ae1c62f50b (patch) | |
| tree | dc387f796371a99b84a1d6daf250960ffd442e6f /meta-openstack/recipes-devtools/python/python-sqlalchemy_0.7.9.bbappend | |
| parent | 9a74961bafabc404f015fc5d8a9da969d263dad3 (diff) | |
| download | meta-cloud-services-0cb5a0ac252887d92c907eadcc4d61ae1c62f50b.tar.gz | |
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 <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-sqlalchemy_0.7.9.bbappend')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-sqlalchemy_0.7.9.bbappend | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ | |||
| 1 | SRC_URI = "https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-0.7.9.tar.gz" | ||
| 2 | |||
| 3 | SRC_URI[md5sum] = "a0b58defc5ad0c7e1baeb932f62d08dd" | ||
| 4 | SRC_URI[sha256sum] = "4a89556cb55275d1af694dc4d5700d8bf0f83690bac16ab30340092ff25bb4d7" | ||
| 5 | |||
