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-11 14:26:19 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-11-11 14:26:19 -0500
commit402837ab13e791abb8690b50a0374f2cf1b12a1f (patch)
tree35ef06ef18f5914317a9acfc7c0e54939e138d9e /meta-openstack/recipes-devtools/python/python-netaddr_0.7.12.bb
parent9a3030b6c46f70a06647c5dabad33649fc2ec6dc (diff)
downloadmeta-cloud-services-402837ab13e791abb8690b50a0374f2cf1b12a1f.tar.gz
core: add juno (2014.2) dependencies
Updating components and support utilities for the juno 2014.2 update. 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.bb17
1 files changed, 17 insertions, 0 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
new file mode 100644
index 0000000..a09243a
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-netaddr_0.7.12.bb
@@ -0,0 +1,17 @@
1DESCRIPTION = "A library for network address representation and manipulation"
2HOMEPAGE = "https://github.com/drkjam/netaddr"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=64c24df6c6be03cf388a97f707e8405e"
6
7PR = "r0"
8SRCNAME = "netaddr"
9
10SRC_URI = "https://github.com/downloads/drkjam/${SRCNAME}/${SRCNAME}-${PV}.zip"
11
12SRC_URI[md5sum] = "5ffc5ca81294cb76c0c89bc2bdd43912"
13SRC_URI[sha256sum] = "c17969b5522a48fee018970b0aa8104b088ebb97eabf3e11935845caabbcf3a0"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit distutils