From 9a3030b6c46f70a06647c5dabad33649fc2ec6dc Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 10 Nov 2014 12:43:31 -0500 Subject: trove: update core package and dependencies to juno -rc2 Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-netifaces_0.10.4.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-netifaces_0.10.4.bb (limited to 'meta-openstack/recipes-devtools/python/python-netifaces_0.10.4.bb') diff --git a/meta-openstack/recipes-devtools/python/python-netifaces_0.10.4.bb b/meta-openstack/recipes-devtools/python/python-netifaces_0.10.4.bb new file mode 100644 index 0000000..5ed80e3 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-netifaces_0.10.4.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Portable network interface information." +HOMEPAGE = "http://alastairs-place.net/netifaces" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" + +PR = "r0" +SRCNAME = "netifaces" + +SRC_URI = "https://pypi.python.org/packages/source/n/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "36da76e2cfadd24cc7510c2c0012eb1e" +SRC_URI[sha256sum] = "9656a169cb83da34d732b0eb72b39373d48774aee009a3d1272b7ea2ce109cde" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools -- cgit v1.2.3-54-g00ecf