summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-netaddr_0.7.12.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-11-17 17:59:10 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-11-17 17:59:10 -0500
commitd7fe5f8a2a27daa094585df1d2ce0772c28e457b (patch)
tree6ed4c6e189fc09cf6987f7cd2709f9e4557fcf67 /meta-openstack/recipes-devtools/python/python-netaddr_0.7.12.bb
parent194f9d17226895a67422ae749f6870752030b92d (diff)
downloadmeta-cloud-services-d7fe5f8a2a27daa094585df1d2ce0772c28e457b.tar.gz
core: update to juno 2014.2 + dependencies
syncing the core components to the latest juno hashes. We also introduce new packages and update others to meet the juno requirements. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-netaddr_0.7.12.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-netaddr_0.7.12.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-netaddr_0.7.12.bb b/meta-openstack/recipes-devtools/python/python-netaddr_0.7.12.bb
index a09243a..037df88 100644
--- a/meta-openstack/recipes-devtools/python/python-netaddr_0.7.12.bb
+++ b/meta-openstack/recipes-devtools/python/python-netaddr_0.7.12.bb
@@ -2,15 +2,15 @@ DESCRIPTION = "A library for network address representation and manipulation"
2HOMEPAGE = "https://github.com/drkjam/netaddr" 2HOMEPAGE = "https://github.com/drkjam/netaddr"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "BSD" 4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=64c24df6c6be03cf388a97f707e8405e" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=e0c5cc28e66c19626bc908b3a9402c2e"
6 6
7PR = "r0" 7PR = "r0"
8SRCNAME = "netaddr" 8SRCNAME = "netaddr"
9 9
10SRC_URI = "https://github.com/downloads/drkjam/${SRCNAME}/${SRCNAME}-${PV}.zip" 10SRC_URI = "https://pypi.python.org/packages/source/n/${SRCNAME}/${SRCNAME}-${PV}.zip"
11 11
12SRC_URI[md5sum] = "5ffc5ca81294cb76c0c89bc2bdd43912" 12SRC_URI[md5sum] = "6145afd46786ffbc6644ae1ea2bfefd7"
13SRC_URI[sha256sum] = "c17969b5522a48fee018970b0aa8104b088ebb97eabf3e11935845caabbcf3a0" 13SRC_URI[sha256sum] = "622b81e571fb974698d056d4825b21ee64eac96de8ef41327b03913ac4308d5b"
14 14
15S = "${WORKDIR}/${SRCNAME}-${PV}" 15S = "${WORKDIR}/${SRCNAME}-${PV}"
16 16